Define
Token. what
are is
types
Answers
Answered by
5
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.
The following are the types of tokens: Keywords, Identifiers, Constant, Strings, Operators, etc.
Answered by
1
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