InterviewSolution
Saved Bookmarks
| 1. |
A programmer by mistake writes multiplication instead of division, such error can be detected by?(a) Compiler(b) Interpreter(c) Compiler or interpreter test(d) None of the mentionedThis question was addressed to me in semester exam.The doubt is from Data Structure for Representing Parsing Table topic in division Bottom Up Parsing of Compiler |
|
Answer» CORRECT OPTION is (d) NONE of the mentioned Explanation: No Logical errors can be detected. |
|