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.



while running a program, i got the msg that press return key to exit.what that mean in C as there a..

Answer / thiruapthi rao

generally return key is considered as enter key

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is your stream meaning?

0 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


What are the types of operators in c?

0 Answers  


What is the difference between text and binary i/o?

0 Answers  


What does typedef struct mean?

0 Answers  






Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,


What is an endless loop?

0 Answers  


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


how to implement stack work as a queue?

2 Answers  


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


Tell me the use of bit field in c language?

0 Answers  


Categories