Saved Bookmarks
| 1. |
_________ is an indication that a fatal problem has occurred and execution of the function stops.(a) message(b) error(c) warning(d) message & warning |
|
Answer» Right option is (b) error The explanation: Errors are produced by the stop() function. |
|