How about we put a simple example:


#include <stdio.h>

int main(void)
{
char *szFile = "SaveOutput.dat"; /* Hardcoding */

....