InterviewSolution
Saved Bookmarks
| 1. |
Identify the token in the following c++ statement int x= 100 |
| Answer» TOKENS are the SMALLEST ELEMENTS of a PROGRAM, which are MEANINGFUL to the compileExplanation: | |