Multiple choice technology programming languages

The variable "g_nWheels" follows the Hungarian notation.

  1. True

  2. False

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

This does NOT follow Hungarian notation convention. Hungarian notation uses lowercase prefixes like 'g_' for global, not 'g_'. Also, 'n' for number is correct but the prefix placement violates the standard format which should be 'gnWheels' or similar.