Computer Science, asked by AkashYada1008, 1 year ago

what are tokens name any three tokens ​

Answers

Answered by pvsnambudiri
16
A token is a single element of programming language. For example, “new” and “function” are tokens of JavaScript. Three are five categories of tokens
1. Constants
2. Identifiers
3. Operators
4. Separators
5. Reserved words
Similar questions