Quantcast
Channel: Active questions tagged return-value - Stack Overflow
Viewing all articles
Browse latest Browse all 207

What should main() return in C and C++?

$
0
0

What is the correct (most efficient) way to define the main() function in C and C++—int main() or void main()— and why? And how about the arguments?If int main() then return 1 or return 0?


Viewing all articles
Browse latest Browse all 207

Trending Articles