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
A) FirstSecondThird
B) ThirdSecondFirst
C) SecondThirdFirst
D) No output
Correct Answer:
Verified
Q33: What will be the output of
Q34: A Sub procedure can call another Sub
Q35: What keyword in the header of a
Q36: The process of transmitting values to a
Q37: What will be displayed when the
Q39: Suppose the variable myName is declared in
Q40: Both constants and expressions can be used
Q41: What will be the output of
Q42: A value assigned to a variable in
Q43: Which of the following is NOT considered
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents