+ 2

Is C++ variable case sensitive?

13th Jul 2017, 3:58 PM
Hossein Shirgahi
3 odpowiedzi
+ 2
Yes it is.
13th Jul 2017, 4:11 PM
Ahmed Refaat
Ahmed Refaat - avatar
+ 2
thanks
13th Jul 2017, 7:51 PM
Hossein Shirgahi
+ 1
the whole language is case sensitive.. but in defining a variable there are certain rules like u cannot use special characters except _ (underscore) and few more.. and once u defined the variable u cannot make changes to it while using it like : int sum; int a=2; int b=3; SUM=a+b; //here sum!=SUM
13th Jul 2017, 4:13 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar