MCQOPTIONS
Saved Bookmarks
| 1. |
Scans the string according to the format in format and stores the resulting values through arg1, arg2, etc |
| A. | The arguments arg1,arg2 etc must be pointers |
| B. | Scans the string according to the format in format and stores the resulting values through arg1, arg2, etc, those arguments arg1,arg2 etc must be pointers |
| C. | None of the mentioned |
| Answer» B. Scans the string according to the format in format and stores the resulting values through arg1, arg2, etc, those arguments arg1,arg2 etc must be pointers | |