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 […]
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 […]
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 […]