Dim X,Y as Integer
Here what is the datatype of X and Y ?

Answers were Sorted based on User's Feedback



Dim X,Y as Integer Here what is the datatype of X and Y ?..

Answer / guest

X is variant
Y is integer

Is This Answer Correct ?    54 Yes 10 No

Dim X,Y as Integer Here what is the datatype of X and Y ?..

Answer / bhausaheb funde

Here X is variant
Y is Integer

Is This Answer Correct ?    12 Yes 2 No

Dim X,Y as Integer Here what is the datatype of X and Y ?..

Answer / ravi singh

integer

Is This Answer Correct ?    0 Yes 1 No

Dim X,Y as Integer Here what is the datatype of X and Y ?..

Answer / perumal raj.m

here X and Y are integer...

Is This Answer Correct ?    5 Yes 7 No

Dim X,Y as Integer Here what is the datatype of X and Y ?..

Answer / ram basa ty(it)

The ans is variant
Because the defualt data type is variant
The default data type is assigned by vb

Is This Answer Correct ?    3 Yes 5 No

Dim X,Y as Integer Here what is the datatype of X and Y ?..

Answer / amit

x as integer
y as integer

Is This Answer Correct ?    2 Yes 9 No

Dim X,Y as Integer Here what is the datatype of X and Y ?..

Answer / mumtaz khan

here x and y are both is integer

Is This Answer Correct ?    6 Yes 16 No

Dim X,Y as Integer Here what is the datatype of X and Y ?..

Answer / natasha borkar

X,Y both are Integer

Is This Answer Correct ?    17 Yes 32 No

Post New Answer

More Visual Basic Interview Questions

what is the Difference between listbox and combo box?

5 Answers   TCS,


What is a thread pool and how are the threads within a thread pool managed?

0 Answers  


How do I implement an accelerator key for a text box?

0 Answers  


How do we call MS- Excel in VB?

3 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  






What is DDE?

1 Answers  


Explain about arrays?

0 Answers  


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

0 Answers  


How do you change the icon and otherwise manipulate the DOS box?

0 Answers  


What is ActiveX Document?

1 Answers  


What is the size of the variant data type?

3 Answers  


___,__,___ are the type of combo box?

0 Answers  


Categories