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
Why do we use return in c?
What functions are used in dynamic memory allocation in c?
What are the two types of functions in c?
Can stdout be forced to print somewhere other than the screen?
What does s c mean in text?
What is the return type of sizeof?
What Is The Difference Between Null And Void Pointer?
Why c is called procedure oriented language?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Does c have an equivalent to pascals with statement?
What is structure in c explain with example?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What do you understand by friend-functions? How are they used?
What is optimization in c?