QII. Which of the following is not a token?
A. Keywords
B. identifiers
C. statements
D. operators
Answers
Answered by
3
Answer:
statements is not a token.
Answered by
2
Answer: C. statements
Explanation:
Token is the smallest unit in a ‘C’ program. A token is actually the smallest element of a program which is quite meaningful to the compiler.
Token is divided into six different types.
They are as follows:-
1. Keywords
2. Operators
3. Strings
4. Constants
5. Special Characters
6. Identifiers
Hence, STATEMENTS is the odd one out.
Hope it helps!
Similar questions