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

*Different associativity, different precedence.
*Same associativity, different precedence.
*Same associativity, same precedence.



Your comments will be displayed only after manual approval.