What is meaning of "Void main" in C Language.
Answer Posted / pravin kumar
void main is main functio in c language where :-
= void means no return of any value.
= main is the function from which a program starts its
execution.whithout main(),program can compile but not run.
both the function are used to execute the program.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the heap?
How important is structure in life?
What is the difference between new and malloc functions?
Explain what is dynamic data structure?
What is the need of structure in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What 'lex' does?
Is a house a mass structure?
What is scope of variable in c?
What are global variables?
How can I implement a delay, or time a users response, with sub-second resolution?
Is swift based on c?
What is a void * in c?
Explain what is meant by 'bit masking'?
Where we use clrscr in c?