Friday, September 9, 2016

Compile Time Error vs Run Time Error

Compile time errors are errors that exist in the code and prevent the program or code from running. They generally have to do with a mistake like missing semicolons incorrect line of code.
Image result for compile time error
Run-time errors are errors that exist within the program themselves while they are actually running as well for example if you were playing Mario and Mario got stuck on top of a koopa shell rendering him unable to move.Run time errors can be fixed if you find what is wrong within the code.
Image result for sonic boom glitches

No comments:

Post a Comment