MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following doesn t require an & for the input in scanf()? |
| A. | float name[15]; |
| B. | int name[15]; |
| C. | char name[15]; |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |