What is the difference between Single and Double in VB?

Answers were Sorted based on User's Feedback



What is the difference between Single and Double in VB?..

Answer / suresh

Single: can hold numbers that r approximations Accuracy
up to 7 digits only

Double : can hold up to 300 digits with 16 places of
accuracy

Is This Answer Correct ?    3 Yes 1 No

What is the difference between Single and Double in VB?..

Answer / nikunj

@John
if u r going to joke, here is another 1:
single is single and double is married!

Is This Answer Correct ?    0 Yes 1 No

What is the difference between Single and Double in VB?..

Answer / sjohn

1 Double large will make you single

Is This Answer Correct ?    0 Yes 1 No

What is the difference between Single and Double in VB?..

Answer / john

single is single and double is double....

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Visual Basic Interview Questions

Record set object consists of what?

5 Answers   Microsoft,


What is the difference between modal and moduless window?

2 Answers  


What are the new events in textbox that has been included in VB ?

1 Answers  


What is the diff between RDO and ADO?

3 Answers  


What is dao in vba?

1 Answers  


Besides Standard Exe what are other types of projects in VB?

2 Answers  


Explain the types of Views in Listview Control.

1 Answers  


reading lines from a file by searching a word(instr) and copying to other textfile,but its only copying only one line but there are some other lines match criteria but not copying to the files

2 Answers  


What is the use of OLE?

1 Answers   IBM,


How to customize workgroup message?

1 Answers  


How to compare inserted text in (textbox1.text) with existing database value in (Sqldatasource1) in visual studio 2005 ?

1 Answers  


How would you access objects created in ActiveX Exe and ActiveX Dll

1 Answers  


Categories