When i replace 0 (which is after return ) by natural number then the output is coming the same as when the zero(0) is there.Why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

When i replace 0 (which is after return ) by natural number then the output is coming the same as when the zero(0) is there.Why?

#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 0; } Replacing 0 by 1,2,3...........

5th Apr 2019, 2:08 PM
Saurabh Kumar
Saurabh Kumar - avatar
2 Answers
5th Apr 2019, 2:45 PM
Anna
Anna - avatar
+ 2
Ok
5th Apr 2019, 2:47 PM
Saurabh Kumar
Saurabh Kumar - avatar