+ 1
whatâs the different between cout<<âThis;<<âis; and cout<<âThis is;
They are the same when print on window!
4 Answers
+ 10
They don't have a difference.
+ 10
When you want to work with variables and other stuff.
int x = 42;
cout <<"Variable value: "<<x;
+ 2
So whatâs the point of the first one
+ 2
Oh I got it thx