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

How to control the file?

0 Answers  


What is the difference between queryunload and unload in form?

2 Answers  


How to find the current record position in data control?

0 Answers  


List out the ADO objects?

2 Answers  


What is the use of Scalewidth and ScaleHeight Proeperty?

1 Answers  






What was introduced to Visual Basic to allow the use of Callback Functions?

1 Answers  


How do I prevent multiple instances of my program?

0 Answers  


How would you attach an ActiveX control in Your Application?

0 Answers  


How can you Implement windows functionality in VB?

0 Answers  


What type of record sets are available in ADO?

4 Answers  


To set the command button for ESC, Which property needs to be changed?

1 Answers  


What are the rules which should be followed while naming a variable in VB?

0 Answers  


Categories