

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your General Awareness knowledge and support exam preparation. Choose a topic below to get started.
1. |
What is the postfix expression for the following expression tree? |
A. | abcde++** |
B. | ab+cde+** |
C. | abc+de+** |
D. | abcd+*e+* |
Answer» C. abc+de+** | |
2. |
An expression tree’s nodes can be deleted by calling? |
A. | malloc |
B. | calloc |
C. | delete |
D. | free |
Answer» E. | |