InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about tokens in C or C++? |
|
Answer» A token in C or C ++ is the smallest element of a PROGRAM that the compiler can understand. Tokens can be of the following TYPES (given ALONG with examples): |
|