catch(exception &e)
{
. . .
}
Referring to the sample code above, which one of the
following lines of code produces a written description of
the type of exception that "e" refers to?
a) cout << e.type();
b) cout << e.name();
c) cout << typeid(e).name();
d) cout << e.what();
e) cout << e;
Answers were Sorted based on User's Feedback
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
0 Answers College School Exams Tests, CS,
Is map sorted c++?
What are c++ data types?
Write a program which employs Recursion
What is the difference between *p++ and (*p)++ ?
What is an Iterator class?
What is setw manipulator in c++?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
What is the difference between the parameter to a template and the parameter to a function?
Is c++ a software?
To which numbering system can the binary number 1101100100111100 be easily converted to?
what you know about c++?