Multiple choice

Which one is a scaler data type?

  1. Double

  2. Union

  3. Function

  4. 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.