YACC builds up __________
(a) SLR parsing table
(b) Canonical LR parsing table
(c) LALR parsing table
(d) None of the mentioned
This question was posed to me in my homework.
My question is based upon Bottom-Up Parsing-1 in division Bottom Up Parsing of Compiler