In C programming exception handling is not supported natively as it is in other languages that have built-in exception handling mechanisms. However, we can handle exceptional situations or errors using error codes or return values.
Riya Answered question

