A C++ programmer should not use an expression such as this one x = j + y * ++j; because

a. the expression may produce different results on different C++ compilers
b. it is illegal to have two consecutive operators
c. the ++ operator cannot be used in combination with other arithmetic operators
d. the increment operator cannot be used in the same expression as the addition operator

a. the expression may produce different results on different C++ compilers

Computer Science & Information Technology

You might also like to view...

_________ If the first argument is_________ , os.waitpid waits for any child of the current process,

a) the pid of a child process. b) –1. c) 0. d) None of the above.

Computer Science & Information Technology

mySQL is a popular ____________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology