C Plus Plus Miscellaneous - Study Mode

[#366] Which of the following operator is used to capture all the external variable by value?
Correct Answer

(B) =

[#367] How many types of inheritance are there in c++?
Correct Answer

(D) 5

[#368] Which of the following function is used to initialize a tuple?
Correct Answer

(C) make_tuple()

[#369] Which of the following header file is required to use in-bulit functors of C++?
Correct Answer

(B) <fucntional>

[#370] Which header file is used to create the pseudo random generator?
Correct Answer

(D) both random and cstdlib