Is It Possible To Define A Return Statement In The Exception Part Of A Function?March 29, 2021Questions › Category: Questions › Is It Possible To Define A Return Statement In The Exception Part Of A Function? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago Is It Possible To Define A Return Statement In The Exception Part Of A Function? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago Yes, it is possible to define RETURN statement in the exception section. This RETURN statement would be executed if an exception is raised and control is passed to the exception section of the code. # interview questions Articles: 40643