The simplest components or building pieces needed to create a C programme are known as tokens. Identifiers, Keywords, Constants, Operators, Special Characters, and Strings are the six different categories of C tokens.
Mercy Margret Answered question
Not a member yet? Register now
Are you a member? Login now
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.