harishproject
Member
- Member since
- Oct 11, 2011
- Last active
- Oct 18, 2011
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
887ca189-08ce-46f6-be9b-3828459ee3b0
Re: Great Going Harish. Now try this with a do-while loop #include<stdio.h> #include<stdlib.h> void check(int n); void main() { int n,i=1; do...
-
#Threads
543c3529-82e0-4889-b545-2db0a9430b4a
#include<stdio.h> #include<stdlib.h> void check(int n); void main() { int n; for(int i=0;i<5;i++) { printf("\n Enter a valid even number number \n"); scanf("%d"...
-
#Threads
4e6d3d68-4bae-452a-84a4-7b43207e3d8e
thanks da.Ma friend gave some simple idea. i ll try with that but i just wanted to know like if i request...
-
#Threads
513c4f08-45d0-4fa5-9808-a1e36410b571
ok thanks for ur information but. actually i was thinking of doing a bluetooth chat projetcs with this website but i am...
-
#Threads
5d1499a1-3c2c-440f-9693-5c15f026d1f9
Re: 1. Write a Simple C-program to print if a given number is even or odd and also #include<stdio.h> void check(int n);...
-
#Threads
a991dd24-6b8d-49d3-961d-d59bdf6af14f
Re: 1. Write a Simple C-program to print if a given number is even or odd #include<stdio.h> void check(int n); void main()...