How many Types of Errors in programming ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How many Types of Errors in programming ?

What is the difference between compile time Error, Run Time Error, Linker Error and Exception ?

3rd Feb 2019, 4:50 AM
Kuldeep Amarwani
Kuldeep Amarwani - avatar
2 Antworten
+ 4
4 types of error Compile time Error Linker Error Runtime Error Logical Error Compile time error :- due to some syntactical mistakes in code, compiler throws this error Linker error :- code is successfully compiled but linker is unable to find definition of some functions/classes/structs due to wrong imports Runtime error :- code crashes when executing , maybe because process could not get some resources (e.g accessing invalid memory address) Logical error :- code works but not as intended =_=
3rd Feb 2019, 6:22 AM
code learner
code learner - avatar
+ 6
Thanku 😊
23rd Mar 2019, 9:06 AM
Kuldeep Amarwani
Kuldeep Amarwani - avatar