

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following comments regarding the reading of a string using scanf( with %s option and gets, is true ?) |
A. | both can be used interchangebly |
B. | scanf is delimited by end of line, while gets is not |
C. | scanf is delimited by blank space, while gets is not |
D. | none of above |
Answer» D. none of above | |