Home

What is the correct answer?

4

If there is a control array of label for 10 elements, then what will be the fifth element in the array?

A. label(5)

B. label(3)

C. label(4)

D. None

Correct Answer :

C. label(4)


Related Questions

Data1.Recordset.FindFirst "State=NY"The above code will find the record… You can get a dropdown list and as well as can add some text directly… In visual basic you can draw something in Time() function is used to recover date & time. Redim statement is used to : In a text box control the default caption for text box is text1. The title of the dialog box can be changed. Min and Max property can be used with Font common dialog box to determine In visual basic, number of loop control structure is _____________. Delete method of the recordset of Data Control or Data Access Object is… It is possible in visual basic to specifying array limit like from 1 to… CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will To enable apply button in dialog box ; flag value should be set to If you want a list box control with check box option, which property of… In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… There are _________________ no. of built in windows dialog boxes provided… Function can return array as return value: When someone uses the code like list1.list(1); then it will return the… The arrange property of MDI form is available at design time. In database application, any field does not contain any values can be… DocumentForm() it is The fundamental property of RichTextBox control is If the user wants to select the multiple files from file open and filesave… While running an application you can change the value of any variable… In case of visual basic, IDE means : In visual basic the default unit is : To break a loop abnormally when satisfying a condition, we can use It is possible to declare 'Dynamic Array' in visual basic. Suppose there are two forms; form1 and form2 ; if there are codes like… It is possible to load a MDI form without any childform.