1.

Which of the operations are eligible in PDA?(a) Push(b) Delete(c) Insert(d) PopThe question was asked by my school principal while I was bunking the class.The query is from PDA-Acceptance by Final State topic in section Push Down Automata of Automata Theory

Answer»

The correct option is (a, d)

The EXPLANATION: PUSH and pop are the OPERATIONS we perform to operate a stack. A stack follows the LIFO principle, which states its RULE as: Last In First Out.



Discussion

No Comment Found

Related InterviewSolutions