coz both floating point are stored in ieee format which is different from integers
On Tue, Sep 6, 2011 at 10:18 PM, sukran dhawan <[email protected]>wrote: > it wil not truncate the floating point to integer remember... > > > On Tue, Sep 6, 2011 at 9:55 PM, sivaviknesh s <[email protected]>wrote: > >> printf("%d",3.14*6.25*6.25); >> >> ...ans : 0 ..how and why?? why not type conversion take place?? >> >> -- >> Regards, >> $iva >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
