which of the following is not a c token ?
a. keywords
b. constants
c. operators
d. all of these
Answers
Answered by
4
Answer:
See all of the above are c tokens
Explanation:
I think the question written by you is wrong. Go through it.
Answered by
0
Option D is correct: All of these are c tokens.
- C tokens can be defined as the fundamental units that are used to build a program.
- Some of the examples of c tokens are strings, operators, etc.
- Since keywords, constants and operators are also regarded as the building blocks of a program, hence they will also be considered as c tokens.
- Thus the correct option is D.
Similar questions