Programming Pandit

c/c++/c#/Javav/Python


Latest Update

Friday, February 22, 2019

C Tokens by G Krishna Chauhan

C TOKENS:

C tokens are the basic buildings blocks in C language which are constructed together to write a C program.Each and every smallest individual units in a C program are known as C tokens.
C tokens are of six types. They are,

Keywords                (eg: int, while),
Identifiers                (eg: main, total),
Constants                 (eg: 10, 20),
Strings                     (eg: “total”, “hello”),
Special symbols      (eg: (), {}),
Operators                (eg: +, /,-,


No comments:

Post a Comment