Multiple choice

In C language, which is/are the derived data type(s)?

  1. Structure

  2. Function

  3. Array

  4. All of the above

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

All structure, function and arrays are the derived data types. Derived data types are derived from base data type.