Ask Question
9 October, 14:34

An error in the execution of commands results in which type of error? syntax run-time logic crash

+2
Answers (2)
  1. 9 October, 16:07
    0
    Syntax or possibly crash
  2. 9 October, 16:11
    0
    Logical error.

    Explanation:

    Logical error is that type of error which is occured after the execution of whole program because there is an error in the logic of the code. For example, sometimes beginner not remember to write the correct logic that is they use in place of '==' to '=' or '!=' to '!' and many other logical error.

    So, the logical error is the error that occured in the result of the program.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “An error in the execution of commands results in which type of error? syntax run-time logic crash ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers