while running a program, i got the msg that press return key
to exit.what that mean in C as there are no such options as
far i know.
Answer / thiruapthi rao
generally return key is considered as enter key
| Is This Answer Correct ? | 0 Yes | 0 No |
What is auto keyword in c?
What is the use of gets and puts?
wat is the meaning of c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
write a C code To reverse a linked list
What are the keywords in c?
Determine if a number is a power of 2 at O(1).
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
what is the diff b/w static and non static variables in C. Give some examples plz.
Why ca not I do something like this?
List the different types of c tokens?
Can a pointer be volatile in c?