InterviewSolution
Saved Bookmarks
| 1. |
What are the different types of errors a programmer do? |
|
Answer» Generally, programmers do three types of errors namely syntax error, logical error and run time error. |
|