No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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 …
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 …
everything is correct what problem u got in this. coding is correct, post problem if have
The End.
rana ranjit