int fprintf (FILE *stream, const char *format [, argument, ...]);
Example:
fprintf(filestream, "%s %d %s", Name, Age, City);