Home

What is the correct answer?

4

The maximum length of a variable is _____________ characters.

A. 255

B. 254

C. 256

D. 257

Correct Answer :

A. 255


Related Questions

If the user wants to select the multiple files from file open and filesave… The title of the dialog box can be changed. Through which property of option button control one can change the font… The arrange property of MDI form is available at design time. 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… To break a loop abnormally when satisfying a condition, we can use To draw a form on the screen which event is being called up To get the property window in visual basic you have to press The extension name of a Visual Basic form is _____________. The other Single Document Interface forms are by default child of MDI… It is possible to change the shortcut key assigned to any menu for accessing… Isnull(), IsEmpty() determines weather any variable has been initialize… In timer control _____________ is the most important property. It is possible to change the password character property of text box control… Visual Basic has ____________ number of editions CommonDialogs control is visible at runtime which should be included when an application is used without any forms Data1.Recordset.FindFirst "State=NY"The above code will find the record… Visual Basic produce: It is possible to build an application without using any form: The default startup object can not be changed in a project In _______________ control you can get only drop-down list of the content… Now() function will return the current drive and directory you are working… Function can return array as return value: Terminate is a valid event in form operation You can get a dropdown list and as well as can add some text directly… Redim statement is used to : List count property returns total number of items in list box control. In form load event, if the following code is written then guess what will…