More conversions are possible for the C functions for reading and writing formatted data. The following listing shows these functions.
int sprintf(char *s, const char *format, ...); int vsprintf(char *s, const char *format, va_list args); int sscanf(const char *s, const char *format, ...);