gsk_ssit
Member
- Member since
- Mar 4, 2010
- Last active
- Feb 21, 2013
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
'For' Loop Vs. 'While' Loop
Actually i tried writing the following programs the 'for' loop is giving the correct answer but 'while' loop is not compiling correctly...
-
#Threads
NEED SUGGESTION FOR MANUFACTURING
Hi, I want to join two L-angles one across each other with rivets.My problem is while placing one across each other L-angles...
-
#Threads
Explain this C Code: Calculate Sun of 5 digits
/* To calculate sum of five digits*/ int num,a,n; int sum=0; system("cls"); printf("Enter a five digit number\n"); scanf("%d",&num); a=num%10; n=num/10;...
-
#Threads
a15d2fb9-b2ef-4d4b-98a8-b9f1d383d498
IssueHere are my suggestions A] For theoretically zero load, you will not need any joint. Only two plates on one another will...
-
#Threads
Does anybody know how to calculate rivet dia for lap joint
I have 2.6 mm(2+0.6) thickness of plate for lap joint now i want select the rivet dia.How to calculate rivet dia for...
-
#Threads
Does anybody knows how to write a program for Meshing
Does anybody knows how to write a program for geometric Meshing in c/c++/Patran command language.If so please provide me a solution or...