What is the type of the exception object in the following throws?
(a) range_error r(“error”); throw r;
(b) exception *p = &r; throw *p;
What would happen if the throw in (b) were written as throw p?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.