0
cout << a << " "<< b; need explanation and when I should use those 2 semicolons?
2 Antworten
+ 4
print value of a then space then value of b
0
use the semi's to print a string. i.e. exactly what u place in between them. "print this on the screen". (The above code will output the value of a,b & "" to whatever medium you're using with i/o stream)