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 happens if a header file is included twice?
What is wrong in this statement?
Explain null pointer.
What is data structure in c language?
If the size of int data type is two bytes, what is the range of signed int data type?
Where is c used?
what is uses of .net
all c language question
When should the register modifier be used? Does it really help?
Explain how can I manipulate strings of multibyte characters?
code for replace tabs with equivalent number of blanks
What is the significance of scope resolution operator?
Is the exit() function same as the return statement? Explain.
What does *p++ do? What does it point to?
What is variable declaration and definition in c?