float  inches;
float  millimeters;

millimeters = inches * 25.4;



[email protected] wrote:
> 
> Hi Everyone,
>                        Can anyone help me with the logic for the below  
> program....
> 
> I need to convert a value (any integer, floating)  from inches to 
> millimeter in C.
> Please help me to derive the logic for the program.
> 
> Regards,
> Prakash.
> 

Reply via email to