

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Data Structure Questions and Answers knowledge and support exam preparation. Choose a topic below to get started.
1. |
From the given expression tree, identify the infix expression, evaluate it and choose the correct result. |
A. | 5 |
B. | 10 |
C. | 12 |
D. | 16 |
Answer» D. 16 | |
2. |
Evaluate the following infix expression using algorithm and choose the correct answer. a+b*c-d/e^f where a=1, b=2, c=3, d=4, e=2, f=2. |
A. | 6 |
B. | 8 |
C. | 9 |
D. | 7 |
Answer» B. 8 | |
3. |
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» E. | |
4. |
Evaluate the following and choose the correct answer. |
A. | a/b+c*d where a=4, b=2, c=2, d=1. |
B. | 1 |
C. | 4 |
D. | 5 |
E. | 2 |
Answer» C. 4 | |