Saved Bookmarks
| 1. |
Explain any three common error that occer s in function. |
|
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. |
|