Multiple choice

'Dim' is used for

  1. declaring a variable

  2. declaring an event

  3. naming convention

  4. none of the above

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

In Visual Basic, 'Dim' is the keyword used to declare variables. It stands for 'Dimension' and allocates memory storage for the variable. It is not used for declaring events or naming conventions.