Page 10 - FP 201 – Programming Fundamentals
P. 10

1.2.2 Errors in Programming (cont.)






           Run-time errors



                 Cannot be traced by compiler


                 Occur while program runs, when the program attempts


                    an operation that is impossible to carry out.


                 Also known as logic error


                 Example division by zero
   5   6   7   8   9   10   11   12