Question:medium

Match the C operators with their meaning.

Show Hint

\[ ^ \rightarrow \text{Bitwise XOR} \] \[ | \rightarrow \text{Bitwise OR} \] \[ || \rightarrow \text{Logical OR} \] \[ \sim \rightarrow \text{One's Complement} \]
Updated On: Jun 25, 2026
  • P-I, Q-II, R-III, S-IV
  • P-II, Q-I, R-III, S-IV
  • P-II, Q-III, R-IV, S-I
  • P-III, Q-II, R-IV, S-I
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0