Answers for "fatal and non fatal error in c"

C
0

fatal and non fatal error in c

/* 
 Distinguish between the terms fatal error and nonfatal error in C. Why might you prefer to experience
 a fatal error rather than a nonfatal error?

 We might prefer fetal error cause the program stops excution so we know that there is an error,
 but in the other hand when nonfetal error the program continue to excute and outputs wrong results,
 Therefore in some cases we couldn't know there is a nonfetal error.
 */
Posted by: Guest on February-17-2022
0

fatal and non fatal error in c

Distinguish between the terms fatal error and nonfatal error in C. Why might you prefer to experience
 a fatal error rather than a nonfatal error?

 We might prefer fetal error cause the program stops excution so we know that there is an error,
 but in the other hand when nonfetal error the program continue to excute and outputs wrong results,
 Therefore in some cases we couldn't know there is a nonfetal error.
Posted by: Guest on March-04-2022

Code answers related to "fatal and non fatal error in c"

Code answers related to "C"

Browse Popular Code Answers by Language