What will be the output ? Dim MyDate MyDate = Date
-
current date
-
current system date
-
future date
-
previous date
B
Correct answer
Explanation
The Date function in Visual Basic returns the current system date from your computer. It does not return past dates, future dates, or just the concept of 'current date' without system context - it specifically retrieves the date set in your system.