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 string function in c?
How do c compilers work?
Is array a primitive data type in c?
Can a pointer point to null?
Should a function contain a return statement if it does not return a value?
How can I generate floating-point random numbers?
What are the types of operators in c?
What are types of functions?
What is the function of multilevel pointer in c?
what is bit rate & baud rate? plz give wave forms
difference between object file and executable file
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Define Spanning-Tree Protocol (STP)
What is #include called?
Why is python slower than c?