Google News
logo
Electronics and Communication Engineering (ECE) : Microprocessors - Quiz(MCQ)
Which of the following is not a valid arithmetic statement in C?
A)
x = x + 1
B)
x = y * z
C)
z = y / x
D)
x * y = z

Correct Answer : Option (D) :   x * y = z


Explanation : Left hand side must be a variable name.

Advertisement