InterviewSolution
Saved Bookmarks
| 1. |
what is the return value of fputs()?(a) EOF if an error occurs(b) Non-negative if no error(c) EOF if an error occurs & Non-negative if no error(d) None of the mentionedThe question was posed to me by my school teacher while I was bunking the class.This key question is from Line Input & Output topic in division Input and Output in C of C |
|
Answer» The correct option is (C) EOF if an ERROR occurs & Non-negative if no error |
|