(A) Binary search tree
(B) Stack
(C) Hash table
(D) Queue
Author:
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