8=x=y=z this assignment is true or false in c language
Answers
Answered by
0
Answer:
False
Explanation:
Assignment operators are used to assign value to a variable. The left side operand of the assignment operator is a variable and right side operand of the assignment operator is a value. The value on the right side must be of the same data-type of variable on the left side otherwise the compiler will raise an error.
Similar questions