Quiz: Essential Techniques II
Quiz yourself on essential C++ techniques.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which exception does the C++ standard library try to throw when running out of memory?
A.
std::bad_alloc
B.
std::out_of_mem
C.
std::out_of_alloc
D.
std::err
1 / 12