What happens when a procedure containing the following statements ends?
Dim decSales As Decimal=12.2
Static decTotal As Decimal=13.5
Dim decSales As Decimal=12.2
Static decTotal As Decimal=13.5
A. Both values lose their values
B. Dim variable loses its value
C. Static variable loses its value
D. Both variables retain their values
Answer: Option B
Related Questions on Visual Basic
Which of the following extension is used to represent the project file in Visual Basic?
A. .vbp
B. .vb
C. .cls
D. .vvb
Which of the following applications can be developed using Visual Basic tool?
A. Graphical User Interface
B. Real-time
C. Character User Interface
D. All of the mentioned
In visual basic language what are the rules of a programming language called?
A. Grammar
B. Order
C. Syntax
D. Rules

Join The Discussion