What is meaning of "Void main" in C Language.
Answer Posted / mohit giri
void main() is a main function in c language.void means
nothing return any value.this function is used to execute our
program.without main(), program can compile but not run.
| Is This Answer Correct ? | 40 Yes | 14 No |
Post New Answer View All Answers
How can I manipulate individual bits?
What are the back slash character constants or escape sequence charactersavailable in c?
Explain how to reverse singly link list.
What is 1d array in c?
What is meant by gets in c?
What is page thrashing?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Which function in C can be used to append a string to another string?
Why do we use null pointer?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Why c is a procedural language?
What is data structure in c programming?
Explain why c is faster than c++?
Does c have enums?