MCQOPTIONS
Saved Bookmarks
| 1. |
What members do the structure returned by function div() contains? |
| A. | int quot and int rem |
| B. | float quot and float rem |
| C. | double quot and double rem |
| D. | no members are returned by div() |
| Answer» B. float quot and float rem | |