What is meaning of "Void main" in C Language.
Answer Posted / madhusmita mishra
The main function returns a void value .
| Is This Answer Correct ? | 279 Yes | 93 No |
Post New Answer View All Answers
What are the disadvantages of external storage class?
Is main an identifier in c?
What is the use of bit field?
What are comments and how do you insert it in a C program?
What is the argument of a function in c?
How can I read/write structures from/to data files?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is page thrashing?
The file stdio.h, what does it contain?
What is a nested formula?
What is a program flowchart?
How to write a multi-statement macro?
Disadvantages of C language.
Can we access array using pointer in c language?
If you know then define #pragma?