Syntax errors raised at the time of compilation. State whether the statement is True (or) False And Justify it
Answers
Answered by
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