Multiple choice

Which of the following data types is used in 'C' to deal with different data types in a single unit?

  1. Array

  2. Pointer

  3. Structure

  4. None of these

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

These are user-defined data types in 'C' used to hold different data types and can be accessed by structure variable along with dot operator in the main program.