Question
The smallest natural number which is divisible by 26, 8,
11 and 13 is:Solution
26 = 2 × 13 8 = 2³ 11 = 11 13 = 13 LCM = 2³ × 11 × 13 LCM = 8 × 143 LCM = 1144 Answer: 1144
Which error is detected during lexical analysis?
Which of the following is the first phase of a compiler?
Which parser is most commonly used in modern compilers?
"Liveness analysis" in code optimization determines:
Which of the following parsers is the most powerful (can parse the largest class of grammars)?
"Dead code elimination" is an optimization that removes:
A 3-address instruction typically has the form:
A "parser" is primarily responsible for which phase of compilation?
Which of the following grammars is suitable for top-down parsing?
An S-attributed SDD (Syntax-Directed Definition) is one where: