C Plus Plus Miscellaneous - Study Mode

[#486] Which function is used to get the argument of a complex number?
Correct Answer

(C) arg()

[#487] In which type of storage location are the vector members stored?
Correct Answer

(A) Contiguous storage locations

[#488] How are many sequences of statements present in c++?
Correct Answer

(C) 5

[#489] Which type of relationship is modelled by Inheritance?
Correct Answer

(A) Is-A relationship

[#490] Which of the following can serve as random-access iterator?
Correct Answer

(B) Object pointer