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 |
what is the main use of c where it can use the c
What is the correct declaration of main?
What is difference between array and structure in c?
What are the advantages of using new operator as compared to the function malloc ()?
How can we see the Expanded source code and compiled code for our source program in C?
What is the purpose of void pointer?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
How to print "Hi World" without using semi colon?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is unary operator?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
Why is c called a mid-level programming language?