Question
If 'A # B' means A is the brother of B, 'A $ B' means A
is the mother of B, 'A % B' means A is the spouse of B, then which of the following expressions shows that T is the uncle of W?Solution

Which phase of the compiler ensures that identifiers are declared before they are used?
Which of the following is NOT a type of intermediate code?
Which of these is a bottom-up parser?
Peephole optimization is applied during:
In a compiler, lexical analysis is responsible for:
Which of the following is the first phase of a compiler?
Which data structure is commonly used in implementing a recursive descent parser?
Which technique is used to handle left recursion in a grammar?
Which of the following algorithms is specifically designed to minimize the average time a process spends waiting before execution in a CPU scheduling co...
Which phase of the compiler checks the type consistency of the program?