MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following represents the function for scanf()? |
| A. | void scanf(char *format, …) |
| B. | int scanf(char *format, …) |
| C. | char scanf(int format, …) |
| D. | char *scanf(char *format, …) |
| Answer» E. | |