Why the loop starts from 14 in my compiler? But when I run it in SoloLearn compiler , it starts from 0. Thank you. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why the loop starts from 14 in my compiler? But when I run it in SoloLearn compiler , it starts from 0. Thank you.

Int x; for(x=0; x<40; x++) { cout << 0 + x << endl; }

5th Jan 2018, 2:41 AM
Boran
1 Answer
0
maybe your compiler is faulty it should start from 0
5th Jan 2018, 7:21 AM
‎ ‏‏‎Anonymous Guy