“erro fatal e não fatal em c” Respostas de código

erro fatal e não fatal em 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.
 */
Levai Akraman

erro fatal e não fatal em 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.
Vivacious Vulture

Respostas semelhantes a “erro fatal e não fatal em c”

Perguntas semelhantes a “erro fatal e não fatal em c”

Mais respostas relacionadas para “erro fatal e não fatal em c” em C

Procure respostas de código populares por idioma

Procurar outros idiomas de código