InterviewSolution
Saved Bookmarks
| 1. |
What is it called when we make a mistake in the script?(a) Error(b) Bug(c) Mistake(d) Debug |
|
Answer» Right option is (b) Bug To elaborate: A bug in a programming language refers to a set of code which results in an error in compilation. A mistake in a script is referred to as a bug. |
|