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
write a programming using for loop in c++ to generate diamond trangel?
What does override mean in c++?
What are iterators in c++?
Describe linked list using C++ with an example.
When should you use global variables?
What is the meaning of string in c++?
Why would you make a destructor virtual?
What is the difference between structure and class?
What is vector processing?
Explain the ISA and HASA class relationships. How would you implement each in a class design?
What are the restrictions apply to constructors and destructors?
What will happen if a pointer is deleted twice?