What is the difference between void main() and int main()?
Answer Posted / nashiinformaticssolutions
void main() is not standard; int main() is required by the C standard to return an integer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between structure and union?
What are type modifiers in c?
Difference between linking and loading?
What does 3 mean in texting?
How can I use a preprocessorif expression to ?
The difference between printf and fprintf is ?
Which header file is essential for using strcmp function?
What is logical error?
What is #include stdio h?
Explain why c is faster than c++?
How are portions of a program disabled in demo versions?
What is the meaning of 2d in c?
What is a constant?
Is c is a low level language?
What is the use of getchar() function?