C Plus Plus Miscellaneous - Study Mode
[#526] Where does a cin stops it extraction of data?
Correct Answer
(A) By seeing a blank space
[#527] What is meant by the template parameter?
Correct Answer
(A) It can be used to pass a type as an argument
[#528] How many parameters are available in the function setbuf?
Correct Answer
(B) 2
[#529] What do we return if we use simple array on a internal container?
Correct Answer
(B) Pointers
[#530] How can the member functions in the container be accessed?
Correct Answer
(A) Iterator