July 8, 2021 in C and CPP
b) What is a class template? Write a template-based complete program for adding twoobjects of the vector class. Use dynamic data members instead of arrays for storingvector elements.
July 8, 2021 in C and CPP
a) Write a program to demonstrate the catching of all exceptions. What happens when araised exception is not caught by catch-block (in the absence of catching all exceptionsblock)?