Visual Basic - Study Mode
[#256] The appropriate . . . . . . . . setting on a label depends on label's purpose.
Correct Answer
(A) BorderStyle property
[#257] in . . . . . . . . we can edit in run time
Correct Answer
(D) all of these.
[#258] Which is used to check one among both the conditions in a given if statement?
Correct Answer
(A) OrElse
[#259] ADO stands for . . . . . . . .
Correct Answer
(A) activex data objects
[#260] What will be the output of the following Visual Basic code? Dim intScores As Integer = {78, 83, 75, 90}
Array.Reverse(intScores)
Correct Answer
(B) 90,75,83,78
(H) 90,75,83,78