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
write a program for odd numbers?
what is a c-language.what is do.
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What is a memory leak in structures? How can we rectify that?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
without using arithmatic operator solve which number is greater??????????
How can you read a directory in a C program?
how to find binary of number?
Explain what is output redirection?
what are the difference between ANSI C and Let Us c and Turbo C
What are the types of variables in c?