Errors are the problems or faults that occur in the program,which makes the behavior of the program abnormal.
Programming errors are known as bugs or faults and the process of removing their bugs is known as debugging.
There are five types of errors that exist in C programming:
Syntax error
Run-time error
Linker error
Logical error
Semantic error
Syntax error:
Run-time error:
Linker error:
Logical error:
Semantic error: