Home » C Programming » Operators » Question
  1. Which among the following has the highest precedence?
    1. <<
    2. &&
    3. &
    4. sizeof()
    5. None of these
Correct Option: D

sizeof()



Your comments will be displayed only after manual approval.