Multiple choice In C language, which is/are the derived data type(s)? Structure Function Array 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.