
sprintf c function in used to convert any integer into a string. sprintf function in c didn't send the output to the console return an formatted string.Syntax for sprintf c function
int sprintf(char *str, const char *control_string, [ arg_1, arg_2, ... ]);
First argument is...