0
19kviews
What is error? Explain different types of errors occurred in program.
1 Answer
| written 6.7 years ago by |
Error:
While writing c programs, errors also known as bugs in the world of programming may occur unwillingly which may prevent the program to compile and run correctly as per the expectation of the programmer.
Types of errors:
Basically there are three types of errors in c programming:
Runtime Errors: …