Suhail - Types of Exceptions in C++
Suhail - Types of Exceptions in C++
Submitted by:
Name: Suhail ahmad
Mur:2305209
Course: B-Tech cse
Subject: OOP.
Submitted to:
Mr.Ajay singh
Asst.professor.
Exception Types in
C++ Programming
WHAT ARE EXCEPTIONS?
Exceptions are unexpected events that occur
during program execution, disrupting the
normal flow. In C++, they are represented by
objects, allowing developers to handle errors
gracefully. Proper exception handling ensures
that programs can recover from errors without
crashing or producing incorrect results.
STANDARD EXCEPTION TYPES