C99 has an integer type named short How many bits of precisi
C99 has an integer type named short. How many bits of precision does this type provide? Is the number of bits fixed or is it a minimum?
Solution
Answer :
C99 has an integer type named short. How many bits of precision does this type provide? Is the number of bits fixed or is it a minimum?
Answer :
13 bits of precision does this integer type named short.
It is a minimum number of bits
Explanation :
The precision measured in Bits computed as p log 2b.
C99 has an integer type named short,this short type provides 13 bits of precision,it is a minimum number of bits.

