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
Why do we use & in c?
The file stdio.h, what does it contain?
the question is that what you have been doing all these periods (one year gap)
Can you please explain the difference between strcpy() and memcpy() function?
What is c basic?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
The statement, int(*x[]) () what does in indicate?
how we can make 3d venturing graphics on outer interface
program for reversing a selected line word by word when multiple lines are given without using strrev
When is a null pointer used?
What are header files in c programming?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What are the two types of functions in c?
What is a void pointer? When is a void pointer used?
Explain what is the purpose of "extern" keyword in a function declaration?