Vidyalelo
C++ Programming · Q93

Standard Template Library (STL) in C++

Programming · C++ Programming · question 93

Q93

Which of the following is best to include under try block?

A.
static values
B.
const values
C.
dynamic allocations
Answer
D.
default values

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board