C Plus Plus Miscellaneous - Study Mode

[#406] In which context does the stack operates?
Correct Answer

(B) LIFO

[#407] What happens when only one argument is supplied to set() function?
Correct Answer

(B) Bit corresponding to an argument is set to 1

[#408] Which function is used to get the real part of the complex number?
Correct Answer

(C) real()

[#409] How many indicators are available in c++?
Correct Answer

(B) 3

[#410] Which function is used to calculate the conjugate of a complex number?
Correct Answer

(A) conj()