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 #define works?
Explain Basic concepts of C language?
explain about storage of union elements.
how can we Declare a variable in c without defining it.
what is the difference between getch() and getche()?
write a program to find the frequency of a number
Why pointers are used?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
Explain how does flowchart help in writing a program?
What is typeof in c?