Multiple Choice
In the following For clause, when you declare the counter variable using the For clause's As datatype argument, the counter variable has ____ scope. For counter [As datatype] = startvalue To endvalue [Step stepvalue]
A) procedure
B) local
C) block
D) open
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: How do you decide where to declare
Q20: In a For...Next statement, the declaration, initialization,
Q21: A control's _ event occurs when a
Q22: A combo box cannot replace a list
Q23: The purpose of the _ operator is
Q25: In the following For clause, you can
Q26: In the following For clause, when you
Q27: In the following For clause, if the
Q28: You use the _ method to select
Q29: The loop created by a For...Next statement