MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the data type returned for the following function? int func() { return (double)(char)5.0; } |
| A. | char |
| B. | int |
| C. | double |
| D. | multiple type-casting in return is illegal |
| Answer» C. double | |