C Plus Plus Miscellaneous - Study Mode
[#386] What type of access does deque and vector provide?
Correct Answer
(C) Random access
[#387] What are Iterators?
Correct Answer
(A) STL component used to point a memory address of a container
[#388] Indexing of bitset variables starts from . . . . . . . .
Correct Answer
(B) rightmost bit
[#389] By using which function does the buffer are automatically flushed?
Correct Answer
(D) fclose
[#390] Which function is used to access the last element of an array class?
Correct Answer
(C) back()