+ 1
What is the output
float this =20.398 cout<<this;
4 Respostas
+ 10
'this' is a reserved keyword in C++ and cannot be used as a variable name.
+ 2
why don't you try it on the code playground?đ
+ 2
Hatsy Rei true
+ 2
you can not use keyword name as variable name.