Write program that asks for a text file name and opens it for…
Question Answered step-by-step Write program that asks for a text file name and opens it for… Write program that asks for a text file name and opens it for appending. Get a string from the user using fgets [don’t forget fflush before fgets] and append it to the opened file.In C language Engineering & Technology Computer Science Share QuestionEmailCopy link Comments (0)


