Home

What is the correct answer?

4

It is possible to pass different number parameters to a function when call the function on different time.

A. To do this one can use in the parameter list of that function

B. paramarray keyword with the array declaration

C. argument should be passed as array

D. none of the above

Correct Answer :

B. paramarray keyword with the array declaration


Related Questions

_____________ property of any control cannot change at run time. What will be the output when the statements below will execute :Dim a… It is possible to build an application without using any form: The default startup object can not be changed in a project By default 'Dim myvar' this statement: The arrange property of MDI form is available at design time. In visual basic the default unit is : ABS() function will generate a hole value when used with a number with… In visual basic 'Break' statement could be used along with "Select Case" Data1.Recordset.FindFirst "State=NY"The above code will find the record… Time() function is used to recover date & time. Flag property is used to adjust the function of each common dialog box If there is a control array of label for 10 elements, then what will be… The fundamental property of RichTextBox control is cell alignment property can be used to align the cells with different… The title of the dialog box can be changed. Through which property of option button control one can change the font… The maximum length of a variable is _____________ characters. Function can return array as return value: The full form of IIS is : It is possible to access a menu without using mouse, to access the menu… If the user wants to select the multiple files from file open and filesave… Currency variable stores fixed point numbers with : In form load event, if the following code is written then guess what will… MDI form1.Arrange vbTileHorizontal; this code in a MDI form will It is possible to insert a picture in a option button control. Which property of list box control reports the number of selected items. It is possible to declare 'Dynamic Array' in visual basic. One can change or read the alignment of one or more paragraph of rich… DocumentForm() it is