Write the types of tokens and explain?
Answers
Answered by
6
Answer:
TOKEN is the smallest unit in a 'C' program. ... The compiler breaks a program into the smallest possible units (tokens) and proceeds to the various stages of the compilation. A token is divided into six different types, viz, Keywords, Operators, Strings, Constants, Special Characters, and Identifiers.
Answered by
0
Answer:
TOKEN is the smallest unit in a 'C' program. ... The compiler breaks a program into the smallest possible units (tokens) and proceeds to the various stages of the compilation. A token is divided into six different types, viz, Keywords, Operators, Strings, Constants, Special Characters, and Identifiers.
hope it is helpful
mark me as brainlist
Attachments:
Similar questions