James is writing a program in C++ and forgets to put curly braces where they are supposed to be. James will see a message about which of the following when the program is run? database error variable error binary error syntax error

Respuesta :

tonb

Answer:

syntax error

Explanation:

curly braces demarkate code blocks. omitting them and code may violate the syntax, hence produce a syntax error.