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.