Can we use resume in error handling i.e. in the catch block

Answer Posted / s.murali krishnan

No.

The Exception can only handled using the catch block
the error CANNOT be handled.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between strdup and strcpy?

661


What is the difference between global variables and static varables?

580


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

1875


What is the benefit of c++?

610


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

617






What is the use of this pointer in c++?

578


What does it mean to declare a member function as static?

621


Mention the ways in which parameterized can be invoked.

546


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

642


What is the main function c++?

615


Are vectors faster than arrays?

575


Are strings immutable in c++?

666


Where Malloc(), Calloc(), and realloc() does get memory?

617


What is a Default constructor?

936


Is there a sort function in c++?

558