InterviewSolution
Saved Bookmarks
| 1. |
_________ or scanning is the process where the stream of characters making up the source program is read from left to right and grouped into tokens.(a) Lexical Analysis(b) Diversion(c) Modelling(d) None of the mentioned |
|
Answer» The correct option is (a) Lexical Analysis Explanation: Lexical analysis is the process of converting a sequence of characters into a sequence of tokens. |
|