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 Posted / thiruapthi rao
generally return key is considered as enter key
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of parallelize in spark?
what value is returned to operating system after program execution?
What is the meaning of 2d in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Why enum is used in c?
What is the purpose of the statement: strcat (S2, S1)?
What are enums in c?
Is a house a shell structure?
Why array is used in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is a pointer on a pointer in c programming language?
What is #define size in c?
What is the description for syntax errors?
What is wrong with this program statement?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;