C Plus Plus Miscellaneous - Study Mode

[#226] Sets are implemented using . . . . . . . .
Correct Answer

(A) binary search tree

[#227] Which of the following operations can be performed on a pair?
Correct Answer

(D) All of the mentioned

[#228] Which of the following is correct about swap()?
Correct Answer

(B) Swaps two tuples

[#229] Which function is used to check whether a character is tab or space or whitespace control code(
,
,etc.)?
Correct Answer

(A) isspace()

[#230] Which type of list a Forward_list sequence container implements?
Correct Answer

(A) Singly Linked List