Computer Science, asked by s1494pynphrang17020, 7 months ago

explain the different types of tokens​

Answers

Answered by aditya120411kumar
2

Answer:

Tokens are the smallest elements of a program, which are meaningful to the compiler. The following are the types of tokens: Keywords, Identifiers, Constant, Strings, Operators, etc. Let us begin with Keywords

Answered by saumyapasricha11
2

Answer:

C tokens are of six types. They are,

Keywords

Identifiers

Constants

Strings

Special symbols

Operators

Similar questions