What is meaning of "Void main" in C Language.
Answer Posted / sameer ashturkar
void means simply it's return zero(0)
| Is This Answer Correct ? | 23 Yes | 30 No |
Post New Answer View All Answers
Explain heap and queue.
What is graph in c?
What are the ways to a null pointer can use in c programming language?
What is const and volatile in c?
Can a void pointer point to a function?
What is the use of in c?
Why do we use stdio h and conio h?
What are the restrictions of a modulus operator?
What is calloc malloc realloc in c?
How can I direct output to the printer?
Can we replace the struct function in tree syntax with a union?
What are the scope of static variables?
What is the significance of an algorithm to C programming?
What does 1f stand for?
How do you initialize pointer variables?