Report Bug
Qus : What function in C is used to display an error message based on the errno variable?
QusWhat function in C is used to display an error message based on the errno variable?

A. perror()
B. fprintf()
C. strerror()
D. printf()


Solution
A. perror()






Report Bug