Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3
Hi Shubham Tohake , Welcome in Sololearn Variable names in C++ can range from 1 to 255 characters. All variable names must begin with a letter of the alphabet or an underscore(_). Variable names are case sensitive. No spaces or special characters are allowed. You cannot use a C++ keyword (a reserved word) as a variable name Credit - tutorialpoint As you are new here, read the guidelines - https://www.sololearn.com/Discuss/1316935/?ref=app Enjoy Sololeaening 🙂 Regards, Rishav Tiwari
12th Jun 2021, 4:08 AM
Abhiyantā
Abhiyantā - avatar