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
What are the various topologies? Which one is the most secure?
What is the purpose of Scanf Print, getchar, putchar, function?
How will you allocate memory to a double pointer ?
from which concept of 'c', the static member function of 'c++' has came?
what are bps & baud rates? differentiate these two?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What does c value mean?
What are the 4 types of functions?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
Explain continue keyword in c
How are variables declared in c?
Give me the code of in-order recursive and non-recursive.