A float occupies 4 bytes in memory. How many bits are used
to store exponent part?
since we can have up to 38 number for exponent so 2 ki power
6 6, 6 bits will be used. If 6 bits are used why do not we
have up to 64 numbers in exponent?


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

Post New Answer

More C Interview Questions

Is multithreading possible in c?

0 Answers  


How to find the usage of memory in a c program

1 Answers   Infosys,


what r the cpu registers r ther?

1 Answers  


#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

0 Answers  


what are the various memory handling mechanisms in C ?

4 Answers   HP,






Explain what is the most efficient way to store flag values?

0 Answers  


how to create duplicate link list using C???

0 Answers  


write a program for the normal snake games find in most of the mobiles.

0 Answers   Accenture, Wipro,


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

2 Answers   Wipro,


What is else if ladder?

0 Answers  


Explain demand paging.

1 Answers   Agilent,


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


Categories