C Plus Plus Miscellaneous - Study Mode

[#256] How many groups of output of operation are there in c++?
Correct Answer

(B) 2

[#257] What kind of error can arise when there is a problem with memory?
Correct Answer

(A) Segmentation fault

[#258] Which of the following class template are based on arrays?
Correct Answer

(D) both vector & dequeue

[#259] What must be specified when we construct an object of class ostream?
Correct Answer

(B) streambuf

[#260] What is the default type of linkage that is available for identifiers?
Correct Answer

(B) external