Question
Which city is known as the hub of petrochemical
industries in India?Solution
The correct answer is A
In a compiler, lexical analysis is responsible for:
Which of the following is the first phase of a compiler?
Which of the following is NOT a common form of 3-address code?
Multithreading an interactive program will increase responsiveness to the user by ___________
"Liveness analysis" in code optimization determines:
Which optimization technique involves replacing a sequence of instructions with a shorter or faster sequence, often by looking at a small "window" of in...
A 3-address instruction typically has the form:
The process of grouping characters into meaningful units (tokens) is performed by the:
An "activation record" (or stack frame) is created for each function call and typically contains:
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...