ANSWER:
D: Dim is used to declare a variable. The syntax for this is: Dim variable name (As data type) Specifying the data type is optional.

Answers in Depth...