Multiple choice Which one is a scaler data type? Double Union Function Array Reveal answer Fill a bubble to check yourself A Correct answer Explanation In C, scalar data types include basic types like int, char, float, and double. Arrays, unions, and functions are derived or aggregate types.