Home » C++ Programming » Operators » Question
  1. What is the associativity of add(+);
    1. left to right
    2. Top to bottom
    3. right to left
    4. both Top to bottom & right to left
    5. None of these
Correct Option: A

left to right



Your comments will be displayed only after manual approval.