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 |
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Can we declare variables anywhere in c?
If we give two names then this displays the connection between the two people. It is nothing but flames game
Who is invented by c?
Was 2000 a leap year?
Write a code to remove duplicates in a string.
write a program to sort the elements in a given array in c language
What are categories used for in c?
Explain what is wrong with this program statement? Void = 10;
What is pointer to pointer in c?
How can I increase the allowable number of simultaneously open files?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none