+ 1
What is the output
float this =20.398 cout<<this;
4 Antworten
+ 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.