Horje
fatal and non fatal error in c Code Example
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.
 */
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.




C

Related
two way communication between child and parent processes in C using pipes Code Example two way communication between child and parent processes in C using pipes Code Example
Uri/beecrowd problem no - 1099 solution in C Code Example Uri/beecrowd problem no - 1099 solution in C Code Example
c how to include variables of other c file Code Example c how to include variables of other c file Code Example
e sharm card jobkhozo.com Code Example e sharm card jobkhozo.com Code Example
3.Write a program that has a class student that stores roll number, name, and marks (in three subjects) of the students. Display the information (roll number, name, and total marks) stored ab 3.Write a program that has a class student that stores roll number, name, and marks (in three subjects) of the students. Display the information (roll number, name, and total marks) stored ab

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8