[Solved]Write Function Called Readfromfile Takes One Argument String Represents Name Text File Ret Q37218034
must be done in C
Write a function called readFromFile() that takes one argument, a string that represents the name of a text file. The return type is void. In the body of the function, open the file for reading. Read a name, email, and age (all stored on separate lines) repeatedly until the EOF character is found. Print the contents as they are read. Remember to close the file once reading is complete. In main, call the function you wrote with the file you used in Lab 14a. The contents of that file should be printed to the screen Show transcribed image text Write a function called readFromFile() that takes one argument, a string that represents the name of a text file. The return type is void. In the body of the function, open the file for reading. Read a name, email, and age (all stored on separate lines) repeatedly until the EOF character is found. Print the contents as they are read. Remember to close the file once reading is complete. In main, call the function you wrote with the file you used in Lab 14a. The contents of that file should be printed to the screen
Expert Answer
Answer to Write a function called readFromFile() that takes one argument, a string that represents the name of a text file. The re… . . .
OR

