- 2
What is tokens in c++?
a token is the smallest element of c++that is meaningful to compilers. the kinds of token are :identifiers, keywords, ,literals, operators ,punctuations and separators.
1 Resposta
+ 2
Why you have asked a very simple question (with a grammatical mistake "is") along with its answer ?