Which of the following is not a valid C++ statement?
a). x = x + 10; b). x + = 10; c), x + 10 = x; d). x = 10 + x;
Answers
Answered by
2
Answer:
C
Explanation:
x+10=x
quantifier should be in left
correct is x= x+10
Similar questions
English,
5 months ago
Social Sciences,
5 months ago
Social Sciences,
5 months ago
Physics,
11 months ago
Math,
11 months ago