What is meaning of "Void main" in C Language.
Answer Posted / sonali panda
The main function does not return any information to the
operating system.
| Is This Answer Correct ? | 187 Yes | 61 No |
Post New Answer View All Answers
Is there any data type in c with variable size?
Why do we use header files in c?
What is the difference between void main and main in c?
Explain bit masking in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is sizeof array?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Difference between constant pointer and pointer to a constant.
What are integer variable, floating-point variable and character variable?
Explain what is the difference between functions abs() and fabs()?
What are the 5 data types?
what is the basis for selection of arrays or pointers as data structure in a program
When was c language developed?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is the difference between a free-standing and a hosted environment?