Home » C Programming » Operators » Question
  1. Which of the following is not a logical operator?
    1. &
    2. &&
    3. ||
    4. !
Correct Option: A

& is a Bitwise Operator.



Your comments will be displayed only after manual approval.