Multiple choice

When data structures such as arrays, structures and unions, set of values rather than just one, are to be referred then which of the following operators is used?

  1. Address of operator

  2. Membership operator

  3. The comma operator

  4. Sizeof operator

  5. Increment operator

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When data structures such as arrays, structures and unions, set of values rather than just one, are to be referred by using membership operator.