C Plus Plus Miscellaneous - Study Mode

[#451] Which operator is used in pointer to member function?
Correct Answer

(C) Both .* & ->*

[#452] What kind of execution does sequence point allow?
Correct Answer

(A) Non-overlap

[#453] How many types of the constructor are there in C++?
Correct Answer

(C) 3

[#454] How many list sequence containers are provided by STL?
Correct Answer

(B) 2

[#455] Which of the following function is used to get the actual number of elements stored in vector?
Correct Answer

(A) v.size()