Home » C Programming » Operators » Question
  1. Which of the following is NOT possible with any 2 operators in C?
    1. Different precedence, different associativity
    2. Same precedence, different associativity
    3. Different precedence, same associativity
    4. All of above
    5. None of these
Correct Option: B

Same precedence, different associativity



Your comments will be displayed only after manual approval.