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
http://en.wikipedia.org/wiki/Floating_point#Implementation_in_actual_computers -- Tamas Marki
