Computer Science, asked by Palandr6604, 1 year ago

Syntax errors raised at the time of compilation. State whether the statement is True (or) False And Justify it

Answers

Answered by aqibkincsem
0

"

Syntax error refers to an error which occurs when something is wrong with the basic syntax of the code like missing a semicolon or forgetting to insert a bracket, or something as simple as not mentioning the data type of a variable.

Syntax errors are caught when the programs being executed. So the statement is completely true. "

Similar questions