InterviewSolution
Saved Bookmarks
| 1. |
fgetc, getc, getchar are all declared in ________(a) stdio. h(b) ctype. h(c) assert. h(d) stdarg. hI got this question in an interview.Origin of the question is Character Handling in chapter String Operations in C of C |
|
Answer» RIGHT answer is (a) stdio. h Explanation: The FUNCTIONS getc, fgetc, getchar are all declared in stdio.h HEADER FILE. |
|