Data Structures with C (06CS35) - BookSpar

The cast operator (int) is used on line 7 for converting the double value 0.0 stored in the variable d to the type int. Then it is assigned to the variable i which is of type int. The cast operator (double) was used on line 11 for converting the int value 9 stored in the variable i to 9.0. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download