Content protected from screenshots
GKFix.in
General Knowledge
Categories
Concept Builder Quiz
About Us
Start Quiz
Home
My Profile
General Knowledge
Categories
Concept Builder
Start Quiz
Logout
GKFix MCQ Question
Test your knowledge and learn something new
Home
Programming
Question #9667
Back to Home
View All Programming Questions
23 Views
Question
What is the purpose of the 'Option Explicit' statement in Visual Basic?
A. Forces explicit declaration of variables
B. Allows implicit variable declarations
C. Enables late binding
D. Disables error checking
Check Answer
Share on Twitter
Share on Facebook
Copy Link
Related Questions
Which of the following methods is used to sort an array in Visual Basic?
27
The ______ function is used to determine the type of a variable.
27
The intNums array is declared as follows: Dim intNums() As Integer = {10, 5, 7, 2}. Which of the fol...
7