0

Can't we use 'void main()' as the main function as we do in c language?

I just ran a Hello world program inside the void main() function. But it gave me an error saying void must return 'int'

19th Oct 2017, 2:55 AM
Matheesha Yapa
Matheesha Yapa - avatar
1 Answer
+ 6
No, void main is an incorrect syntax, thus, returns an error. void main, was never C++. The int is necessary to return the exit code to the operating system for successful termination. https://www.sololearn.com/discuss/784887/?ref=app https://www.sololearn.com/discuss/791548/?ref=app
19th Oct 2017, 3:46 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar
Hot today
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes