Home

What is the correct answer?

4

___________ is used to pass copies of a variable while __________ is used to pass address of a variable.

A. Byval, Byref

B. Byref, Byval

C. Any one of the above

D. None of the above

Correct Answer :

A. Byval, Byref


Related Questions

Dim S as Integer=10Text1=SMsgbox(Text1.Text) A DataSet can hold multiple tables even if there are similar fields For the same class "Me" and MyBase" are same If a form call another form and the caller form is closed through code,… Function abc() As StringReturn 10End Function /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… The default Tab of a Tab Control is In HelpProvider ___________ property is used to mention the help file… A Windows Service if installed cannot be uninstalled _________ and _____________ combines to make a KeyPress event PasswordChar property of a TextBox can accept " " (space) as the password… You create a UserControl having a TextBox and include that in a separate… If you want to open a file named "a.txt" use DomainUpDown control is used only for strings and NumericUpDown for numbers. If Option Explicit is on then Dim i as Integer="10" will produce an error A Class can inherit both Class and Interface at a time A DataSet can be updated only when the connection is open Finally is fired only when error occurs Using ADODB multiple tables can be connected at a time In ADODB the _____________ property is used to connect to the table To vertically arrange all forms in an MDI form use Dim a() as Integer-{1,2,3,4}is a valid statement dim arr(10) as string, the max index of the array is In TreeView to collapse all the nodes of a selected node ___________ method… Get method is used to The correct sequence of Form Loading is Data from DataSet is accessed using34 VB.NET does not support control arrays Application.StartupPath actually points to A MsgBox can have maximum ___________ button(s)