Hey guys wanted to ask what's the difference between the fatal error and the run time error , the compiler error ...
A fatal error is an error that normally involves invalid memory address, invalid registers, and so fourth.
A runtime error is an error that occurs while the executable is running.
A compile error is an error that occurs during the compilation of the executable.