Subj : Re: problem due to localization of decimal representation of number To : comp.programming From : Davinder Date : Mon Oct 03 2005 11:07 pm Hello, Environment is : Platform: Windows Sample code is: int a = 10, b = 9; double c; c = a/b; printf("%.2f", c); My application uses CORBA. But I am getting problem in simple division. .