MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the data type of the result of the following operation?(float)p * (int)q / (long)r * (double)s |
| A. | double |
| B. | float |
| C. | long |
| D. | int |
| E. | None of these |
| Answer» B. float | |