Multiple choice technology programming languages

Based on the description above, we could say that the variable name "lAccountNum" follows the Systems Hungarian Notation.

  1. True

  2. False

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

In Systems Hungarian Notation, 'l' prefix indicates a long integer. The variable name 'lAccountNum' follows this convention by using the 'l' prefix to denote type information, even though Systems Hungarian encodes semantic type rather than raw storage type.