...
September 10, 2024

Compiler-Design

Question 365 Which of the following class of statement usually produces no executable code when compiled? A declaration B assignment statements C input and output statements […]
September 10, 2024

Compiler-Design

Question 357 Which one of the following is correct about the statements are given below? I.  All function calls are resolved at compile time in C […]
September 10, 2024

Compiler-Design

Question 318 Consider the following statements #define hypotenuse (a, b) sqrt(a*a+b*b); The macro call hypotenuse(a+2,b+3); A Finds the hypotenuse of a triangle with sides a+2 and […]
September 11, 2024

Compiler-Design

Question 261 Given the following statements : S1: SLR uses follow information to guide reductions. In case of LR and LALR parsers, the lookaheads are associated […]