asked 57.3k views
2 votes
An error in the execution of commands results in which type of error? syntax run-time logic crash

2 Answers

4 votes

Answer:

C. Logic

Step-by-step explanation:

I just took the test.

answered
User Jerbenn
by
7.7k points
1 vote

Answer:

Logical error.

Step-by-step 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.

answered
User TheAnkush
by
8.2k points