Computer Science, asked by prashantsingh3380, 5 months ago

. Differentiate between logical error and syntax error.

Answers

Answered by Anonymous
2

If you try to execute a program that includes syntax errors, you will get error messages on your screen and the program won't be executed. You must correct all the errors and then try to execute the program again. Logic errors are those errors that prevent your program from doing what you expected it to do.

Similar questions