
#include<studio.h>
int main()
{
Printf(\\\"Hello world!\\\")
Return 0;
}
Riya Answered question May 29, 2023
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 May 29, 2023
