Multiple choice technology programming languages

Based on Simonyi's convention, the notation "w" implies:

  1. a byte

  2. a word

  3. a boolean

  4. a null-terminated string

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

In Simonyi's Hungarian notation (Apps Hungarian), 'w' prefix denotes a word (16-bit value). 'b' is for byte, 'f' for boolean/flag, and 'sz' for null-terminated strings. This is a standard naming convention prefix.