Computer Science, asked by himanshusinghs3210, 1 year ago

Identify which of the following are the C token(s)
a) Keyword
b) Constants
c) operators
d) All Of these

Answers

Answered by boredpotatohead
7

All of these

I hope you find this answer helpful

Answered by aqibkincsem
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