C Plus Plus Miscellaneous - Study Mode
[#416] What is the use of vector arithmetic in c++?
Correct Answer
(A) Computer graphics
[#417] Which is the correct statement about pure virtual functions?
Correct Answer
(C) Pure virtual function is implemented in derived classes
[#418] Where are allocators implemented?
Correct Answer
(B) Standard library
[#419] Which keyword is used to handle the expection?
Correct Answer
(C) catch
[#420] Which of the following is correct about templates?
Correct Answer
(D) All of the mentioned