what is token name any three tokens
Answers
Answered by
9
Answer:
In programming, a token is a single element of a programming language. There are five categories of tokens:
1) constants, 2) identifiers, 3) operators, 4) separators, and 5) reserved words.
Explanation:
hope it helps you
Answered by
2
Token is a functional and fundamental unit of computer program. Each individual component of a programming statement is referred to be a token. It can be defined as each individual component of a Java program in such a way that it carries some meaning and takes part in effective effective execution of the program.The different types of tokens are:-literals, identifiers, punctuators, separators, assignment, operators, keywords.
Similar questions