C Plus Plus Miscellaneous - Study Mode
[#401] What is meant by permutation in c++?
Correct Answer
(B) To find all the combination of the range
[#402] Which operators are used in the free store?
Correct Answer
(C) both new & delete
[#403] Which algorithm is used in subtract_with_carry_engine?
Correct Answer
(B) Lagged fibonacci generator algorithm
[#404] Which function can be used to find the sum of a vector container?
Correct Answer
(B) accumulate()
[#405] How does a sequence of objects are accessed in c++?
Correct Answer
(C) Both Iterators & Pointers