McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Computer Science Engineering (CSE)
→
Data Structures (DS)
→
Linear Data Structures -Stacks and Queue...
→
Which of the following is an infix expre...
Q.
Which of the following is an infix expression?
A.
(a+b)*(c+d)
B.
ab+c*
C.
+ab
D.
abc+*
Answer» A. (a+b)*(c+d)
2.5k
0
Do you find this helpful?
2
View all MCQs in
Data Structures (DS)
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following data structure is required to convert arithmetic expression in infix to its equivalent postfix notation?
The prefix form of an infix expression (p + q) – (r * t) is?
Which of the following statement is incorrect with respect to infix to postfix conversion algorithm?
Which data structure is needed to convert infix notation to postfix notation?
What is the time complexity of an infix to postfix conversion algorithm?
In infix to postfix conversion algorithm, the operators are associated from?
Expression into postfix expression: (A - B) * (D / E)
What is the postfix form of the following prefix expression -A/B*C$DE ?
To obtain a prefix expression, which of the tree traversals is used?
The postfix form of the expression (A + B)∗(C∗D − E)∗F / G is