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
Who calls main function?
What is polymorphism & list its types in c++?
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)
How the compilers arranges the various sections in the executable image?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What are single and multiple inheritances in c++?
Can we use struct in c++?
Is c the same as c++?
What is rtti in c++?
What are the differences between malloc() and calloc()?
What does '\r' and '\b' mean? Please explain with example.
What are Binay tress and B trees? Diff between them?