GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN
MEMORY ? CAN ANYONE EXPLAIN??
THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS:

1 BIT-SIGN
8 BITS-EXPONENT
23 BITS-MANTISSA


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

Post New Answer

More C Interview Questions

What is scanf () in c?

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

0 Answers  


what are two kinds of java

2 Answers  






Is reference used in C?

1 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,


simple program of graphics and their output display

0 Answers   Elysium,


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


Can you define which header file to include at compile time?

0 Answers   Aspire, Infogain,


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


about c language

0 Answers  


Categories