Recent questions tagged file-handling

0 votes
1 answer
1
if getc returns an integer value, then why is it returning the value that a user inputs.#include <stdio.h>int main(){ printf("%c", getc(stdin)); return(0);}
0 votes
1 answer
2
To see more, click for the full list of questions or popular tags.