Ask Question

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

+3
Answers (2)
  1. 20 February, 00:11
    0
    Syntax or possibly crash
  2. 20 February, 00:27
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers