Syntax Analysis11

  • Option : B
  • Explanation :
    2nd production is
    T → T * U (left recursive) so * is left associative.
    Similarly
    P → Q + P (Right recursion) so + is right associative.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *