why we use return 0 in the end of program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why we use return 0 in the end of program

19th Oct 2019, 1:28 PM
Hareem Sabir
Hareem Sabir - avatar
2 Answers
+ 3
Usually it means that program was ended without error. But you also can use main without any return value. (void main)
19th Oct 2019, 1:53 PM
id001x
id001x - avatar
+ 1
Martin Taylor i don't say that this is standart....i say, they can use it, cause i don't know about which platform he(she) asked... On operating system - i don't write on C, but in SL Playground, other emulator we can use void main, and most important if we write for MCU, i don't seen IDE which contain int main method, all of this contain void main...
19th Oct 2019, 5:54 PM
id001x
id001x - avatar