

MCQOPTIONS
Saved Bookmarks
1. |
Select the right explanation for the following C code snippet. |
A. | records the current position in stream in *s |
B. | sets the file position for stream in *s |
C. | positions stream at the position recorded in *s |
D. | reads from stream into the array ptrView Answer |
Answer» B. sets the file position for stream in *s | |