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
What is the basic difference between C and C++?
What is setfill c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What do you mean by inheritance in c++?
what does the following statement mean? int (*a)[4]
How does code-bloating occur in c++?
What is a string example?
What is OOPs
Why do we use using namespace std in c++?
What is time_t c++?
Why pointer is used in c++?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.