round
函數原型: double round(double d);
參數:任何數值資料類型。
所需標頭檔: math.h
功能和返回值:返回四捨五入之後的數值。
The value of x is : 8.54 Rounded value of x is : 9