Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 4 (Q.No. 9)
9.
Which of the following is not a valid arithmetic statement in C?
x = x + 1
x = y * z
x * y = z
z = y / x
Answer: Option
Explanation:

Left hand side must be a variable name.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.