Computer Science, asked by vikram3551, 1 year ago

Name different types errors which can occur during the execution of a program?

Answers

Answered by Anonymous
9

During the execution of a program, the errors that may occur are:

Syntax errors: errors occur when our program contains grammatical errors

Ex: Suppose we didn't put semicolon at the end of a statement.

Run time errors: These errors occur while the program is running.

Logical errors: Errors such as calculation mistakes etc.

Answered by Anonymous
4

Hey mate

Syntax errors , logical errors and run time errors......

Hope it helps

Similar questions