1

What is C token and its types?

Vishalini.R Answered question May 29, 2023
User Avatar

Tokens in C language are the smallest elements or the building blocks used to construct a C program. C Tokens are of 6 types, and they are classified as: Identifiers, Keywords, Constants, Operators, Special Characters and Strings.