R
Q. Which of the following statements are true about Catch handler? 1. It must be placed immediately after try block T. 2. It can have multiple parameters. 3. There must be only one catch handler for every try block. 4. There can be multiple catch handler for a try block T. 5. Generic catch handler can be placed anywhere after try block.
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. When overloading unary operators using Friend function,it requires_____ argument/s.
Q. What are the formal parameters in C++?
Q. If we have object from ofstream class, then default mode of opening the file is _____ .
Q. Which interface in the container is required for storage management?
Q. What is the built in library function to compare two strings?
Q. Which of the following is a correct comment?
Q. Which can be passed as an argument to a function?
Discusssion
Login to discuss.