getc gets the charachter from file stream and points to next charachter, fgetc gets the charachter from file stream and i don't know whether it points to next charachter or not; is that a significant change?
In the help menu of Turbo C, it's given that its a function version of getc macro. what is a function version?
In the help menu of Turbo C, it's given that its a function version of getc macro. what is a function version?
Comment