InterviewSolution
Saved Bookmarks
| 1. |
A grammar for a programming language is a formal description of _______________(a) Syntax(b) Semantics(c) Structure(d) LibraryThe question was posed to me by my school principal while I was bunking the class.My query is from Syntax Analyser in portion Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» CORRECT option is (c) STRUCTURE Explanation: The grammar CLEARLY indicates which TYPE of structure does a PROGRAM has. |
|