InterviewSolution
Saved Bookmarks
| 1. |
What is an error in C++?(a) Violation of syntactic and semantic rules of a languages(b) Missing of Semicolon(c) Missing of double quotes(d) Violation of program interface |
|
Answer» Correct option is (a) Violation of syntactic and semantic rules of a languages To explain I would say: An error occurs when rules and laws of a language is violated while writing programs in that language. |
|