Q14
What is the operator associativity of the assignment operator (=) in C++?
A.
Right to left
B.
Left to right
AnswerC.
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