Computer Science, asked by gunjans1488, 1 year ago

Difference between runtime error logical error and compile error with suitable example

Answers

Answered by parimalroy9477
0

Answer:

An error is an unexpected output of the program. ... A syntax error occurs at compile time. The error that occurs at runtime is called a runtime error. Array out of bound, diving by zero, accessing memory that is not available are some examples of runtime errors.

Similar questions