Home » C Programming » Operators » Question
  1. Which of the following operators has an associativity from Right to Left?
    1. +=
    2. ==
    3. <<
    4. <=
    5. None of these
Correct Option: A

+=



Your comments will be displayed only after manual approval.