Error And Its Types in C++ | Syntax errors | Semantic errors | Run-time Errors | Logical Errors

preview_player
Показать описание
00:06 to 00:20 What is Errors in C/C++

Error is an illegal operation performed by the user which results in abnormal working of the program.
Programming errors often remain undetected until the program is compiled or executed. Some of the errors inhibit the program from getting compiled or executed.

00:21 to 00:26 Types of program errors :-

We distinguish between the following types of errors:

00:27 to 01:08 Syntax errors: errors due to the fact that the syntax of the language is not respected.

01:09 to 03:24 Semantic errors: errors due to an improper use of program statements.

03:25 to 04:22 Runtime errors: dynamic semantic errors, and logical errors, that cannot be detected by the compiler (debugging).

04:23 to 05:29 Logical errors: errors due to the fact that the specification is not respected.

Compile time errors: syntax errors and static semantic errors indicated by the compiler.
Рекомендации по теме
Комментарии
Автор

Me teaches you well very you bro thanks
Be may is that symantic error

riyanhashmi