InterviewSolution
Saved Bookmarks
| 1. |
What is C tokens in C language |
|
Answer» A token is source-program text that the compiler does not break down into component elements. 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. |
|