Select the right explanation for the following C code snippet. advertisement var adpushup = window.adpushup || {};
Posted: Wed Jul 13, 2022 7:55 pm
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 ptr
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 ptr