Multiple choice Which function will read a specified number of elements from a file? fileread() getline() readfile() fread() gets() Reveal answer Fill a bubble to check yourself D Correct answer Explanation In standard C I/O operations, fread() is designed to read a specified number of elements of a certain size from a given file stream into a buffer.