InterviewSolution
Saved Bookmarks
| 1. |
A grammar for a programming language is a formal description of _______________(a) Syntax(b) Semantics(c) Structure(d) Library |
|
Answer» Correct option is (c) Structure Explanation: The grammar clearly indicates which type of structure does a program has. |
|