Computer Science, asked by TbiaSamishta, 11 months ago

Define C tokens. (Topic: CONSTANT, VARIABLES & DATA TYPES)

Answers

Answered by Rudhraa
0
tokens are names which have specific functions and should not be used as variables...they are all small cased
Answered by Sidyandex
2

C token is the one that are the building blocks of the programming language which follow up the constructed together in order to write a program.

There are usually six types of C token such as keywords (int, while), identifiers (total, main), constants (20, 50), strings (hello, total), special symbols and operators.

Similar questions