C Plus Plus Miscellaneous - Study Mode

[#196] To use external linkage we have to use which keyword?
Correct Answer

(B) extern

[#197] What is the validity of template parameters?
Correct Answer

(A) inside that block only

[#198] What are the two advantage of function objects than the function call?
Correct Answer

(C) It contains a state & It is a type

[#199] Which header file is used with input and output operations of C in C++?
Correct Answer

(B) cstdio

[#200] What is the property of partial sort function provided by the STL algorithm?
Correct Answer

(A) sorts the elements before the middle element in ascending order and remaining elements are left without any specific order