Home » C++ Programming » Operators » Question
  1. Which operator is having the right to left associativity in the following?
    1. Type cast
    2. Function call
    3. Function call
    4. Array subscripting
    5. None of these
Correct Option: A

Type cast



Your comments will be displayed only after manual approval.