Identify which of the following are the C token(s)
a) Keyword
b) Constants
c) operators
d) All Of these
Answers
Answered by
7
All of these
I hope you find this answer helpful
Answered by
2
d. All of these. There are C tokens is basically buildings blocks in C language which constructed together to write a C program.
Of course, each and every smallest individual units form the C program are known as C tokens. (eg: int, while),Identifiers (eg: main, total),Constants (eg: 10, 20)Strings (eg: “total”, “hello”).
Similar questions