Which of the following statements declares a procedure-level variable that is removed from the computers memory when

Question:

Which of the following statements declares a procedure-level variable that is removed from the computer’s memory when the procedure ends?
a. Const intCounter As Integer
b. Dim intCounter As Integer
c. Local intCounter As Integer
d. Static intCounter As Integer

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: