Multiple Choice
If a procedure contains a Dim statement and NameString is assigned as the identifier,NameString can be used _______.
A) anywhere in the project
B) only in the procedure where the Dim statement is shown
C) anywhere in the project if the variable name is changed to NAME_String
D) only once in the procedure
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: A numeric variable that is declared with
Q19: Which of the following is NOT a
Q20: What statement should be used to declare
Q21: What will be the value of AnswerInteger
Q22: To trap or catch exceptions,use a _
Q24: Which of the following is NOT a
Q25: Variables that are declared inside a procedure
Q26: Using the order of precedence and the
Q27: Which of the following is NOT a
Q28: If Option Strict is turned off and