Multiple choice The unions are ____ data types. basic primary derived none of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation In C, data types are categorized as basic (int, char, etc.), derived (arrays, pointers, structures, unions), and user-defined. Unions are derived types.