In Visual Basic, what is the scope of static variable?
1
Data stored in variable is used to redimension an array.
2
Data stored in variable is available within procedure.
3
Data stored in variable is retained.
4
Data stored in variable is reset.