Keywords in Visual Basic are words that

(A) should be used when naming variables.
(B) are used to name controls, such as TextBox1, Command2, etc.
(C) have special meaning and should not be used as variable names.
(D) are used as prefixes for control names (such as txt, btn, lbl, and lst).

(C) have special meaning and should not be used as variable names.

Computer Science & Information Technology

You might also like to view...

A Java ____ specifies the set of methods available to clients of a class.

A. interface B. alias C. variable D. exception

Computer Science & Information Technology

The mail() function returns a value of TRUE if the message was sent successfully and FALSE if it was not.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology