what are tokens.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what are tokens.?

23rd Jul 2016, 8:01 AM
shivamKumar
4 Answers
+ 2
token is smallest individual unit... like cell...in living world..
17th Oct 2016, 7:48 AM
nishant
+ 1
Smallest individual units in the program is known as tokens. C++ has five types of tokens : 1 keywords 2 identifier 3 literals 4 puntuators 5 operators. all the best👍
23rd Jul 2016, 9:03 AM
Darsh Shah
Darsh Shah - avatar
0
@Darsh we also have trigraph tokens and bigraph tokens
23rd Jul 2016, 10:48 AM
_Geometry dash_ _Roh_ (AKA NovaRate0315)
_Geometry dash_ _Roh_ (AKA NovaRate0315) - avatar
0
@GeoDash Just an addition to what you said: The trigraphs will likely be removed in C++17 as they play their part in making code hard to understand. Other languages can do without them and produce fast code (see FORTRAN).
23rd Jul 2016, 11:20 AM
Stefan
Stefan - avatar