i want to develop a function which read the single line from any file and display on the output screen.please give me some suggestion how i do this .....
see it depends on the file you are trying to read binary file or text file
syntax on fread() is googleable and it is also simple
my program uses fgetc and fputc