Multiple choice technology programming languages

"fBusy" represents a variable of the following data type:

  1. floating-point

  2. double

  3. boolean

  4. function

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

In Hungarian notation, 'f' prefix indicates a boolean flag or boolean value. Floating-point would use 'd' (double) or 'f' only if differentiating float types. The 'Busy' suffix further suggests this is a true/false state.