C Plus Plus Miscellaneous - Study Mode

[#431] What is the use of the set() function in bitset?
Correct Answer

(D) Used to set bit(s) in a bitset

[#432] What is the use of the allocator interface in the user-defined container?
Correct Answer

(A) Storage management

[#433] What are unary functors?
Correct Answer

(A) Functors that accepts only one parameter

[#434] How many Pseudo-random number engines are there?
Correct Answer

(C) 3

[#435] What is the user-defined header file extension in c++?
Correct Answer

(B) h