Which phase of the compiler checks the type consistency of the program?
A 3-address instruction typically has the form:
Which data structure is commonly used in implementing a recursive descent parser?
Data flow analysis is a technique used by optimizers to:
Which technique is used to handle left recursion in a grammar?
A "shift-reduce" parser is a type of:
Which statement about intermediate code is TRUE?
Which of the following techniques is used to ensure that a database design eliminates redundant data?
Which of the following tools is commonly used to generate a lexical analyzer (scanner) from a set of regular expressions?
Which storage class in C indicates that a variable's lifetime is throughout the program execution and its scope is local to the block it is defined in, ...