Home » C Programming » Operators » Question
  1. Which of the following operator has the highest precedence in the following?
    1. +
    2. *
    3. ()
    4. sizeof
    5. None of these
Correct Option: C

()



Your comments will be displayed only after manual approval.