C++
Programming and Technical
Programming
Definition
What are the c++ tokens ?
Read Solution (Total 2)
-
- The smallest individual part in a program is known as tokens ex- data type, keyword, operator, punctuator.
- 2 years agoHelpfull: Yes(0) No(0)
- A token is the smallest element of a C++ program that is meaningful to the compiler. The C++ parser recognizes these kinds of tokens: Keywords. Identifiers. Numeric, Boolean and Pointer Literals
- 7 Months agoHelpfull: Yes(0) No(0)
C++ Other Question