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. A member is a Variable in a structureDatatype of structureStructure pointerNone of above Answer: Option A 3. What is true about fputs function write to a filetakes two parametersrequires a file pointerall of above Answer: Option D 4. What is dangling pointer in c if pointer is pointing to a memory location from where variable has been deletedif pointer is assigned to more than one variableif pointer is not defined properlynone of above Answer: Option A 5. Continue statement used for To continue to the next line of codeTo stop the current iteration and begin the next iteration from the beginningTo handle run time errorNone of above Answer: Option B Read more from - C Programming Questions Answers - Chapter 1