contestada

in the following statement, which operator is used first?
while (x++10)
A. <
B. neither, the expression is invaild
C. ++
D. cannot tell without the rest of the code