Examlex
10. What will be the output of the following program when the button is clicked on?
Private Sub btnDisplay _click(...) Handles btnDisplay.click
Dim word1, word2, word3 As String
word1 = "First"
word2 = "Second"
word3 = "Third"
Myproc (word1, word2, word3)
End Sub
Sub Myproc(var3 As String, var2 As String, var1 As String)
txtBox.Text = var1 & var2 & var3
End Sub
Q1: After an array has been declared, its
Q8: Which of the following is not a
Q12: When a navigation toolbar is used with
Q14: In analyzing the solution to a program,
Q18: If the loop is to be executed
Q18: Which of the following instructions will not
Q22: The ReDim and Preserve keywords can be
Q33: The ForeColor property of a text box
Q41: A form contains a button called
Q47: Which of the following settings of a