Aman Goyal
Member
- Member since
- May 16, 2011
- Last active
- Oct 24, 2011
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Game Programming Coaching in Delhi
im interested in learning game programming in Delhi in the vacations,does anyone know where can i learn,plz reply
-
#Threads
ef55ac55-84cd-43a3-af0f-abaf4d551aa1
hint-map is of estonia,and the 5 are founders of A who belong to estonia,identify A
-
#Threads
Identify
-
#Threads
connect
hint-recent news #-Link-Snipped-#
-
#Threads
d818e82e-3b26-45f4-af32-3df5a3e123af
thnx a lot,but can it be done w/o function?
-
#Threads
410cb181-3c1e-4d82-a6d9-8f8c48c134ff
cout<<"Enter the number\n"; cin>>n; for(i=2;i<n/2;i++) { if(n%i==0) { f=1; break; } } if(f==1) cout<<"No. is not prime\n"; else cout<<"No. is prime...