+ 2
What is the difference between a runtime error and a compilation error?
I get confused all the time
1 Answer
+ 7
"A runtime error happens during the running of the program. A compiler error happens when you try to compile the code. If you are unable to compile your code, that is a compiler error. If you compile and run your code, but then it fails during execution, that is runtimeâ
https://stackoverflow.com/questions/9471837/what-is-the-difference-between-run-time-error-and-compiler-error