Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
UGC-NET | UGC NET CS 2014 Dec - II | Question 21
Last Updated :
Discuss
Comments
Convert the following infix expression into its equivalent post fix expression (A + B^ D) / (E – F) + G
ABD^ + EF – / G+
ABD + ^EF – / G+
ABD + ^EF / – G+
ABD^ + EF / – G+
This question is part of this quiz :
Top MCQs on Stack Data Structure with Answers,
UGC NET CS 2014 Dec - II
Tags:
DSA Quiz
UGC-NET
Share your thoughts in the comments
Add Your Comment
GeeksforGeeks