C++ Multiple Choice Questions 61. Which of the following is the most general exception handler that catches exception of ‘any type’? a. catch(std::exception) b. catch(std::any_exception) c. catch(…) d. catch()62. In a group of nested loops, which loop is executed the most number of … [Read more...]
Solved C++ MCQs Set 06
C++ Multiple Choice Questions 101. What is the size of wchar_t in C++? a) 2 b) 4 c) 2 or 4 d) depends on the number of bits in the system102. Pick the odd one out a) array type b) character type c) boolean type d) integer type 103. Which datatype is used to represent … [Read more...]
Recent Comments