
The fprintf() function in c is used to write the formatted data into the file.This didn't print the data on the console. All
the arguments of function fprintf() is same as the printf() but
fprintf() has an extra arguments which is pointer that is used to find
the location where the formatted...