What is meaning of "Void main" in C Language.
Answer Posted / raj
by default main return int to its environment but when we
declare void main it means it will not return any value
| Is This Answer Correct ? | 36 Yes | 16 No |
Post New Answer View All Answers
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Is file a keyword in c?
What is structure padding and packing in c?
What is an example of structure?
Why dont c comments nest?
What are actual arguments?
code for quick sort?
What are enums in c?
What is the use of header files?
What is else if ladder?
What is a void pointer? When is a void pointer used?
Why do we use header files in c?
Explain what are global variables and explain how do you declare them?
Tell me what are bitwise shift operators?
What is pragma in c?