Question
8 men can finish a work in 15 days. In how many days can
12 men finish the same work? (Same efficiency)Solution
ATQ, Men × Days = constant 8×15 = 12×D D = (8×15)/12 = 120/12 = 10
Which of the following is a correct way to declare and initialize a pointer to an integer in C?
In a compiler, lexical analysis is responsible for:
 Which of the following is NOT a typical task performed during the code optimization phase?
Which phase of compilation groups characters into tokens?
The symbol table in a compiler is used to store:
"Dead code elimination" is an optimization that removes:
An S-attributed SDD (Syntax-Directed Definition) is one where:
Which of the following parsers is the most powerful (can parse the largest class of grammars)?
Which parsing method uses a stack and an input buffer?
"Liveness analysis" in code optimization determines: