(A) Queue
(B) Priority queue
(C) Deque
(D) Stack
To level order traversal on a binary tree which data structure will be required?
(A) Binary search tree
(B) Stack
(C) Hash table
(D) Queue
A parentheses checker program would be best implemented using?
(A) Stack
(B) Queue
(C) List
(D) Any of the above
The elements of a linked list are stored?
(A) In an array
(B) In a structure
(C) Anywhere the computer has space for them
(D) In contiguous memory locations
How many types of templates in C++?
(A) 01
(B) 02
(C) 03
(D) Both A & C
How to declare a template?
(A) Template<>
(B) Template()
(C) temp
(D) tem
What does derived does not inherit from bases class?
(A) Friends
(B) Destructor
(C) Constructor
(D) All of the above
Polymorphism is?
(A) Class having two forms
(B) Class having empty
(C) Class having only single form
(D) Class having many forms