InterviewSolution
Saved Bookmarks
| 1. |
The action of parsing the source program into proper syntactic classes is called __________(a) Syntax Analysis(b) Lexical Analysis(c) Interpretation analysis(d) General Syntax Analysis |
|
Answer» Right answer is (b) Lexical Analysis For explanation: Conversion of characters to tokens. |
|