Question: 4. Which of the following statements declares a procedure-level variable that is removed from the computers memory when the procedure ends? a. Const intCounter As
4. 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
