Stack MCQ : Miscellaneous Questions ( Multiple Choice)
Question 1 |
List of data in which element can be inserted and removed at the same end is called as __________.
Stack | |
Queue | |
List | |
Array |
Question 2 |
Adding element to stack means ___________.
Placing element at the rear end | |
None of these | |
Placing element at the top | |
Placing element at the front end |
Question 3 |
Pushing element in the stack means _____________.
Adding element in the stack | |
Removing element from the stack | |
Searching element in the stack | |
Sorting element from the stack |
Question 4 |
Post fix form of following infix expression is -
(A + B) * (C + D - E) * F
ABCDEF*-+*+ | |
AB + CD + E - * F * | |
AB + CD - EF + - * * | |
AB + CDE + - * F * |
Question 5 |
Post fix form of following infix expression is -
* + A B - C D
ABCD + - * | |
AB + CD - * | |
AB + C - D * | |
AB + CD * - |
There are 5 questions to complete.