Home

What is the correct answer?

4

In visual basic Bool variable stores

A. 2 bytes

B. 1 bytes

C. 4 bytes

D. none of the above.

Correct Answer :

D. none of the above.


Related Questions

What is the default value for multi-select property of list box control. You can get the ASCII value of any character or number by using Instr$(text1.text,"visual") will returns : Visual Basic produce: To get the property window in visual basic you have to press : The default startup object can not be changed in a project The project extension name of a VB project is .vbj A single function of visual basic takes: In visual basic 'Break' statement could be used along with "Select Case" In visual basic Bool variable stores Activate event is called before load event In timer control _____________ is the most important property. RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… Dialog title property is used to change the title of any dialog box To add the commondialog control to any project one has to include it from what will be the output of the code below :private sub command_click()dim… It is possible to declare 'Dynamic Array' in visual basic. To run an application you have to press : The size of 'Boolean' data type is : when using 'do until-loop' statement as stated belowI=10Do until I>5Print… What will be the output when the statements below will execute :Dim a… One can change or read the alignment of one or more paragraph of rich… It is possible in visual basic to specifying array limit like from 1 to… It is possible to change the shortcut key assigned to any menu for accessing… In visual basic the default unit is : It is possible to insert a picture in a option button control. cell alignment property can be used to align the cells with different… In database application, any field does not contain any values can be… In _______________ control you can get only drop-down list of the content… which should be included when an application is used without any forms