What is meaning of "Void main" in C Language.
Answer Posted / piyush mani tiwari
The meaning of void is nothing thats why when the function
cant return any value than at that time we declair it as a void
void main means main does not return any value
| Is This Answer Correct ? | 133 Yes | 34 No |
Post New Answer View All Answers
Write a program of advanced Fibonacci series.
What is the benefit of using an enum rather than a #define constant?
How do you print only part of a string?
Why c is called a mid level programming language?
What is function prototype in c language?
What extern c means?
Why cant I open a file by its explicit path?
Explain how do you list files in a directory?
What is the difference between c and python?
What are the modifiers available in c programming language?
I have a varargs function which accepts a float parameter?
Can a pointer be static?
What is the difference between malloc calloc and realloc in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is scope and lifetime of a variable in c?