Computer Science, asked by Vedansh79, 2 months ago

Which of the following errors will be detected at compile time? Mark all that
apply.

a) Missing semicolon at the end of a statement
b) Missing left curly brace
c) Missing curly braces around a sequence of statements in a while loop
d) Division by a variable that might be zero

Answers

Answered by shahzadiasra123
0

Explanation:

a) Missing semicolon at the end of a statement

Similar questions