Home

What is the correct answer?

4

By default 'Dim myvar' this statement:

A. allocates memory for integer variable

B. allocates memory for variant variable

C. allocates memory for Double variable

D. allocates memory for Boolean variable

Correct Answer :

B. allocates memory for variant variable


Related Questions

To get the property window in visual basic you have to press Sorted property of list box control is a design time property and cannot… Time variable is used to store date and time in visual basic Suppose there is a data control named data1. What will be the effect if… Terminate is a valid event in form operation Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… In visual basic 'Break' statement could be used along with "Select Case" In case of visual basic, IDE means : _____________ property of any control cannot change at run time. Instr$(text1.text,"visual") will returns : In visual basic, number of loop control structure is _____________. Min and Max property can be used with Font common dialog box to determine To draw a form on the screen which event is being called up One can change or read the alignment of one or more paragraph of rich… The fundamental property of RichTextBox control is Time() function is used to recover date & time. It is possible to change the password character property of text box control… When someone uses the code like list1.list(1); then it will return the… It is possible to load a MDI form without any childform. Flag property is used to adjust the function of each common dialog box Sort is a method by which elements can be sorted in flexgrid control It is possible in visual basic to specifying array limit like from 1 to… The size of 'Boolean' data type is : Suppose there are two forms; form1 and form2 ; if there are codes like… The title of the dialog box can be changed. RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… The default startup object can not be changed in a project It is possible to pass different number parameters to a function when… You can get a dropdown list and as well as can add some text directly… It is possible to declare 'Dynamic Array' in visual basic.