Introduction To Data Structures - Study Mode
[#156] The type of expression in which operator succeeds its operands is?
Correct Answer
(C) Postfix Expression
[#157] What is the result of the following operation? Top (Push (S, X))
Correct Answer
(A) X
[#158] Which of the following statement(s) about stack data structure is/are NOT correct?
Correct Answer
(C) Stack is the FIFO data structure
[#159] Which of the following properties is associated with a queue?
Correct Answer
(B) First In First Out and Last in Last Out
[#160] In linked list each node contains a minimum of two fields. One field is data field to store the data second field is?
Correct Answer
(C) Pointer to node