Multiple choice With which of the following formatted functions is the EOF() end of file function used? gets() getchar() printf() none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation The EOF() returns -1 as a result if the getchar() function does not return any character.