+1 vote
in C Plus Plus by

What is the description for syntax errors?

1 Answer

0 votes
by

The mistakes when creating a program called syntax errors. Misspelled commands or incorrect case commands, an incorrect number of parameters when called a method /function, data type mismatches can identify as common examples for syntax errors.

...