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. Which operator has the highest priority ()[]*/ Answer: Option A 2. Exit() is same as return TRUEFALSE Answer: Option B 3. rand() function returns float valueinteger valueany typenone of above Answer: Option B 4. printf() belongs to which library of c stdlib.hstdio.hstdout.hstdoutput.h Answer: Option B 5. Due to variable scope in c Variables created in a function cannot be used another functionVariables created in a function can be used in another functionVariables created in a function can only be used in the main functionNone of above Answer: Option A Read more from - C Programming Questions Answers - Chapter 1