Dim x, y as integer.

What is x and y data type?

Answers were Sorted based on User's Feedback



Dim x, y as integer. What is x and y data type?..

Answer / guest

X as variant and y is integer.

Is This Answer Correct ?    15 Yes 6 No

Dim x, y as integer. What is x and y data type?..

Answer / nidhin

in vb 6 x as variant and y as integer
in vb.net both are integer

Is This Answer Correct ?    6 Yes 1 No

Dim x, y as integer. What is x and y data type?..

Answer / chitra

Both x and Y are integers is a wrong answer.X as variant and
Y as Integer.

Is This Answer Correct ?    8 Yes 4 No

Dim x, y as integer. What is x and y data type?..

Answer / chetan

X as variant and y is integer.

Is This Answer Correct ?    7 Yes 4 No

Dim x, y as integer. What is x and y data type?..

Answer / avinash.alladi

x and y both are integers

Is This Answer Correct ?    9 Yes 7 No

Dim x, y as integer. What is x and y data type?..

Answer / deepakduvedi

x is variant datatype and y as integer datatype

Is This Answer Correct ?    4 Yes 4 No

Dim x, y as integer. What is x and y data type?..

Answer / zaher al-balawi

in vb6 : x and y both are Special Variant that convert
numbers to intger

lock for this example

Dim lop1, lop2, lop3 As Integer
lop2 = "6.1"
lop1 = "4.5"
lop3 = "3.1"

Print lop1, lop2, lop3
Print lop2 + lop1
Print lop3 + lop2

Is This Answer Correct ?    2 Yes 2 No

Dim x, y as integer. What is x and y data type?..

Answer / amit agrawal

x is variant and y is integer

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Visual Basic Interview Questions

Using which type we can access file line by line?

2 Answers  


To populate a single column value which dbcontrols you to use?

0 Answers  


which property is used to lock a textbox to enter data?

4 Answers  


What is DAO?

0 Answers  


How can I access a record by record number?

0 Answers  






What are the tools available for Debuggiu in VB?

0 Answers  


Write the Steps in Creating an ActiveX Control?

0 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

0 Answers  


I get a "file not found" error on the IIF function when I distribute by program. Why?

0 Answers  


which property is used to change to some value to access a identity column in datacontrols?

0 Answers  


advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id

0 Answers  


How would you create Visual basic Document file?

0 Answers  


Categories