What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)?

a) 6

b) 38

c) An unlimited number


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain the term memory alignment?

0 Answers  


What does scope resolution operator do?

0 Answers  


What are the types of STL containers?

4 Answers  


Write about the use of the virtual destructor?

0 Answers  


How many types of comments are there in c++?

0 Answers  






Why do we need pointers?

0 Answers  


What is private public protected in c++?

0 Answers  


what you know about c++?

0 Answers   IBS,


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


give me an example for testing a program showing the test path .show how the test is important and complex.

0 Answers   TCS,


Explain selection sorting?

0 Answers  


Categories