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 are high level languages like C and FORTRAN also known as?

0 Answers  


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

0 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


how to find sum of 5 digits in C?

4 Answers  


What does & mean in scanf?

0 Answers  


What is a Deque?

2 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

0 Answers   TCS,


What is the use of getchar() function?

0 Answers  


program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


What are static variables in c?

0 Answers  


Categories