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 ?    16 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

what is the difference between vb and vb.net

2 Answers  


_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

0 Answers  


How would you convert a form into document?

0 Answers  


which VB constant make the menu item in centre?

1 Answers  


Which method is preferred to save data like database to the disk?

0 Answers  


What is the use of ActiveX Documents?

0 Answers  


How can you get selected file from file system Control?

0 Answers  


Which controls can not be placed in MDI ?

2 Answers  


How do I make a text box not beep but do something else when I hit the Enter key?

0 Answers  


Which property of textbox cannot be changed at runtime ?

3 Answers   JPMorgan Chase,


How can you Implement windows functionality in VB?

1 Answers   ABC,


How would you view html code in Active Server Pages?

1 Answers  


Categories