Question Detail What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D Similar Questions : 1. Exit() is same as return TRUEFALSE Answer: Option B 2. Disadvantage of array in C is We can easily access each elementIt is necessary to declare too many variablesIt can store only one similar type of dataNone of above Answer: Option C 3. Which is invalid name of identifier worldaddition23test_namefactorial Answer: Option C 4. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 5. What is the purpose of getc() read a character from STDINread a character from a fileread all fileread file random Answer: Option B Read more from - C Programming Questions Answers - Chapter 1