+ 1
Im a bit counfused. It is said that c++ does not care for spaces but the space between int sum= x+y made a major difference.
5 Réponses
+ 2
I do not see any difference...
0
When you run the program without the space, you get the sum but add the space and you get no output.
0
So there's something wrong on my end