C Plus Plus Miscellaneous - Study Mode

[#546] Which of the following type does the container should define?
Correct Answer

(A) Iterator type

[#547] Which header file is required to use pair container in your program?
Correct Answer

(B) <utility>

[#548] Which header file is required to use heap in your program?
Correct Answer

(B) <algorithm>

[#549] Which of the following is correct about none() function in bitset?
Correct Answer

(B) Returns true if all bits is set 0

[#550] Which of the following header file does not exist?
Correct Answer

(C) <sstring>