MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the right statement for fscanf() and scanf() |
| A. | fscanf() can read from standard input whereas scanf() specifies a stream from which to read |
| B. | fscanf() can specifies a stream from which to read whereas scanf() can read only from standard input |
| C. | fscanf() and scanf() has no difference in their functions |
| D. | fscanf() and scanf() can read from specified stream |
| Answer» C. fscanf() and scanf() has no difference in their functions | |