Question
5555.05 + 500.05 + 5000.005 + 5.005
=? What value should come in place of the question-mark (?) in the following questions?Solution
5555.05 + 500.05 + 5000.005 + 5.005 =? 5555 + 500 + 5000 + 5 = 11060
Which of the following is NOT a type of intermediate code?
Peephole optimization is applied during:
Which of the following tasks is NOT performed during lexical analysis?
Which of the following parsers is the most powerful (can parse the largest class of grammars)?
Which phase of the compiler checks the type consistency of the program?
The primary goal of code optimization is to:
A grammar that produces multiple parse trees for the same input string is called:
An "activation record" (or stack frame) is created for each function call and typically contains:
Which parsing method uses a stack and an input buffer?
Which of the following grammars is suitable for top-down parsing?