Showing posts with label what is C tokens. Show all posts
Showing posts with label what is C tokens. Show all posts

C Tokens For Beginners

 v C Tokens:-“It is a shortest unit of a program.”

(1)Keywords:- It is those words whose meaning has already been known to  the compiler. That is meaning to each keyword is fixed. All keyword  written in small case letters.

Examples:- auto, break, extern, char, const, double, else, enum, float, int , return, struct, void, union, while etc.