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
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is const volatile variable in c?
How can I prevent another program from modifying part of a file that I am modifying?
What is structure data type in c?
What is array in C
Why we use conio h in c?
Define C in your own Language.
What is a wrapper function in c?
Can you write the function prototype, definition and mention the other requirements.
How can I recover the file name given an open stream or file descriptor?
What are the complete rules for header file searching?
Mention four important string handling functions in c languages .
How are strings stored in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above