Friday, September 9, 2016

Compile-Time Error & a Run Time Error

A Compile-Time Error is any error that happens when the program is being compiled that prevents the program from being compiled. On the other hand a Run Time error is an error that happens when the program is being executed that shows that there is a bug in the program and usually it is something that the designers cannot do anything about. The main difference between the two is that  the compile-time error is that it happens  while the program is being compiled and the run time error happens when the program is already in use.
Image result for compile time error
Compile-Time Error
Image result for runtime error definition
Run Time Error

No comments:

Post a Comment