C Plus Plus Miscellaneous - Study Mode

[#81] How many types of Iterators are there?
Correct Answer

(A) 5

[#82] Which parameter is legal for non-type template?
Correct Answer

(A) pointer to member

[#83] Which of the following is used for generic programming?
Correct Answer

(C) Templates

[#84] To which type of class, We can apply RTTI?
Correct Answer

(B) Polymorphic

[#85] In how many ways templates concept can be used?
Correct Answer

(B) 2