What is an identifier?. Give examples | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is an identifier?. Give examples

9th Apr 2017, 9:17 AM
saiabi
2 Answers
+ 9
It is a name used to identify a variable, function, class or any other user-defined item. Valid identifiers can have A-Z,a-z,_,0-9 Also it should not start with a number. Right->hi,b33r,o_o Wrong->4rsenal,#nanm
9th Apr 2017, 9:27 AM
Pixie
Pixie - avatar
0
For C++ you can get all Informations about identifier on the following page https://msdn.microsoft.com/en-gb/library/565w213d.aspx#United Kingdom (English)
9th Apr 2017, 9:57 AM
Elias Wolf
Elias Wolf - avatar