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 the importance of spanning tree?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


What is the difference between c &c++?

0 Answers  


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


What is the process of writing the null pointer?

0 Answers  






Why isnt there a numbered, multi-level break statement to break out

0 Answers  


plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


Distinguish between actual and formal arguments.

0 Answers  


What are preprocessor directives in c?

0 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


What is c language & why it is used?

0 Answers  


What is getche() function?

0 Answers  


Categories