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 are identifiers and keywords in c?
Write a program to generate the Fibinocci Series
What is a built-in function in C?
How do you prevent buffer overflows in C?
When was c language developed?
How can I call fortran?
ratio,age,persentage
Why we use int main and void main?
What is c programing language?
find largest element in array w/o using sorting techniques.
What is a null pointer in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;