MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following in C int k float a ;k = 4.2a = 300 The values stored in computer memory for k and a are respectively |
| A. | 4.2 and 300 |
| B. | 4 and 300 respectively |
| C. | 4.2 and 300.00 respectively |
| D. | 4 and 300.00 respectively |
| Answer» E. | |