What is meaning of "Void main" in C Language.
Answer Posted / manoranjan kuiri
Main() is the function from which a c program starts its
execution.And every function returns some value after its
execution.
So it important in most of the C program.If we dont need any
return type we declare a function starting with void.
Means void is a return type.void means not returning any thing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a dynamic array in c?
What’s a signal? Explain what do I use signals for?
what are # pragma staments?
What are different types of operators?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
what is reason of your company position's in india no. 1.
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is line in c preprocessor?
What are different types of variables in c?
What is the use of getchar functions?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Is c is a high level language?
Explain the priority queues?
What is void pointers in c?
program for reversing a selected line word by word when multiple lines are given without using strrev