Page 1 of 1

What is the return value of putchar()?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) The character written
b) EOF if an error occurs
c) Nothing
d) Both character written & EOF if an error occurs