C-Dynamic Memory Allocation and Data Structure
C-Dynamic Memory Allocation and Data Structure
102. After pushing the elements in the stack in the order : 8, 10, 12, -5, 6 which element will be poped first
- 6
- 8
- (6, 8)
- (8, 6)
103. The TOP of the stack is increased
- When push operation is done
- when pop operataion is done
- Both a and b
- None of these
104. The prefix notation is also called
- Reverse polish notation
- Polish notation
- Infix notation
- None of these