English, asked by anjali77312, 5 months ago

what will happen if there is any small programming error? ​

Answers

Answered by Anonymous
36

\huge\bf{AnswEr -}

There are three kinds of errors: syntax errors, runtime errors, and logic errors. These are errors where the compiler finds something wrong with your program, and you can't even try to execute it. For example, you may have incorrect punctuation, or may be trying to use a variable that hasn't been declared.

Answered by neelavo7
3

Answer:

Errors are the mistakes or faults in the program that causes our program to behave unexpectedly and it is no doubt that the well versed and experienced programmers also makes mistakes. Programming error are generally known as Bugs and the process to remove bugs from program is called as Debug/Debugging.

Similar questions