Vidyalelo
Data Structure · Q48

Stacks in Data Structures

Programming · Data Structure · question 48

Q48

Using the evaluation of infix expression, evaluate a^b+c and choose the correct answer. (a=2, b=2, c=2)

A.
12
B.
8
C.
10
D.
6
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board