InterviewSolution
Saved Bookmarks
| 1. |
Which function has a return type as char pointer?(a) getline(b) fputs(c) fgets(d) all of the mentionedThis question was addressed to me during an interview for a job.This question is from Line Input & Output topic in section Input and Output in C of C |
|
Answer» CORRECT CHOICE is (C) fgets The EXPLANATION: NONE. |
|