Q. Which function allows you to read structured data from a file?
β
Correct Answer: (A)
fread()
Explanation: fread() is used for binary input from a file, suitable for structs.