C Plus Plus Miscellaneous - Study Mode

[#211] What does the cerr represent?
Correct Answer

(A) Standard error stream

[#212] What is the use of reset function in bitset?
Correct Answer

(D) Used to make a bit(s) 0 in a bitset

[#213] What is the use of random_shuffle() function of STL algorithm?
Correct Answer

(C) To rearrange given sequence randomly

[#214] What is a comment in c++?
Correct Answer

(A) comments are parts of the source code disregarded by the compiler

[#215] Which header is need to be used with function objects?
Correct Answer

(B) <functional>