Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~578 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for rana ranjit

main() { char str[30]; int i ,n=0; printf("enter stirng"); while(( str[n]= getche() ) !='\r') n++; str[n]='\0'; for(i=0;i<n;i++) putchar(str[i]); } this is a simple program. enter string as input and same string become output. nothing is wrong in this program. this program is in my book. my question is what is …

Member Avatar for Daisy_1
0
92
Member Avatar for supermastereu

hello supermastereu. you write why this dont work? what problem u got plz explain littlt bit. program runs fine. 10, 2 are even numbers so if any number is divisible by 10 then it also divisible by 2. 5 is prime. if any number%2==0 then number is even. so no …

Member Avatar for rana ranjit
0
156
Member Avatar for supermastereu

everything is correct what problem u got in this. coding is correct, post problem if have

Member Avatar for rana ranjit
0
330

The End.