Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How do I do drag & drop between applications?

0 Answers  


I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.

2 Answers  


what is the difference between vb and vb.net

2 Answers  


What is OLEDB?

0 Answers  


How would you use ActiveX Dll and ActiveX Exe in your application?

0 Answers  


What is ado in vb?

0 Answers  


Explain the working of templates?

0 Answers  


What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)

1 Answers  


How would you create properties by using class Builder Wizard?

0 Answers  


what are the three main differences between flexgrid control and dbgrid(Data bound Grid) control

1 Answers  


Where can I get good up-to-date information about VB?

0 Answers  


What is difference between datagrid and flexgrid?

3 Answers   InfoWorld, TCS,


Categories