C Programming MCQ Questions and Answers
Practice ModeShowing 10 of 25 questions
Q21
If an error occurs, the function fseek() returns
Answer: Option B
Q22
The function ftell(fptr)returns
Answer: Option C
Q23
The value returned by successful action of ftell(fptr) is
Answer: Option C
Q24
The value returned by ftell() if an error occurs is
Answer: Option A
Q25
The function call f seek (fp, 0, 0); is same as
Answer: Option B