why, not writing ( return 0) ,doesn't affect the program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why, not writing ( return 0) ,doesn't affect the program?

#include <iostream> using namespace std; void printSomething(int x) { cout << x; } int main() { printSomething(42); }

21st Jan 2018, 2:39 AM
Purvank Bhiwgade
Purvank Bhiwgade - avatar
2 Answers
0
excluding return means the compiler will add it for you.
21st Jan 2018, 3:06 AM
shobhit
shobhit - avatar
- 2
g7m97.k.7gk777kk67yygy776g6776
21st Jan 2018, 3:33 AM
Fajarwahyu