Home

What is the correct answer?

4

A single function of visual basic takes:

A. Fixed number of parameters

B. Unlimited number of parameters

C. All of the above

D. None of the above

Correct Answer :

B. Unlimited number of parameters


Related Questions

Which property of list box control reports the number of selected items. The fundamental property of RichTextBox control is In visual basic, number of loop control structure is _____________. Constants are processed faster than variables : Isnull(), IsEmpty() determines weather any variable has been initialize… The other Single Document Interface forms are by default child of MDI… To get the property window in visual basic you have to press : MDI form1.Arrange vbTileHorizontal; this code in a MDI form will _____________ property of any control cannot change at run time. when using 'do until-loop' statement as stated belowI=10Do until I>5Print… which control structure are working under false condition Say there is a string "Ramcharan"; when someone using Mid() function like… Sorted property of list box control is a design time property and cannot… In timer control _____________ is the most important property. In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… It is possible to access a menu without using mouse, to access the menu… In a text box control the default caption for text box is text1. What will be the output when the statements below will execute :Dim a… Through which property of option button control one can change the font… Print' statement can be used to print any statement on the screen. Terminate is a valid event in form operation When using do loop-while statement then the statements within the loop… DocumentForm() it is Currency variable stores fixed point numbers with : What is the default value for multi-select property of list box control. List count property returns total number of items in list box control. Now() function will return the current drive and directory you are working… Flag property is used to adjust the function of each common dialog box what will be the output of the code below :private sub command_click()dim… To add the commondialog control to any project one has to include it from