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

With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


What is the difference between char array and char pointer?

0 Answers  


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


wap in c to accept a number display the total count of digit

4 Answers  


Can a pointer point to null?

0 Answers  


What is the output of printf("%d", printf("Hello"));?

1 Answers  


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,


What are the different types of linkage exist in c?

0 Answers  


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


write a program for egyptian fractions in c?

1 Answers   Satyam,


How we can insert comments in a c program?

0 Answers  


What are operators in c?

0 Answers  


Categories