getcGets one character from an input stream | |||
Arguments
Return ValueThe next character read from the input stream is returned if the function was successful. Otherwise, EOF is returned in case of end-of-file or error.ExplanationThe next character is read from the input stream pointed to by stream. The character is returned by the function.See Alsogetchar(), gets() |