On 10/18/07, anubhav_agrawal16 <[EMAIL PROTECTED]> wrote:

> Hi champs of programming
> generally range of any datatype is directly related to its size(no of
> bits),
> e.g size of int is 2bytes(in tc windows)
> or 2* 8=16 bits
> range of unsigned integer is 2^(16-1)=65536
> or incl 0 it is 0 to 65535
> same happens with char,long
> but not happens wid float or double that is its memory allocation is
> different
> so my question is >>>>>
>
> how the memory is allocated in floating type variable

Here is some info on IEEE floating-point standards as regards implementation:

http://en.wikipedia.org/wiki/IEEE_floating-point_standard

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to