Vidyalelo
C++ Programming · Q14

Operators and Expressions in C++

Programming · C++ Programming · question 14

Q14

What is the operator associativity of the assignment operator (=) in C++?

A.
Right to left
B.
Left to right
Answer
C.
Equal to addition
D.
Equal to subtraction

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board