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

Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


how to set Nth bit of a variable?

1 Answers  






In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


What is sorting in c plus plus?

0 Answers  


When the macros gets expanded?

0 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


write a prgram of swapping with 2 valiables

6 Answers  


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

0 Answers   RBI,


Categories