Answers for "what is sprintf in c"

C
0

what is sprintf in c

If successful,
it returns the total number of 
characters written excluding 
null-character appended in the string, 
in case of failure a negative number 
is returned .
Posted by: Guest on March-14-2022
0

what is sprintf in c

int sprintf(char *str, const char *string,...);
Posted by: Guest on March-14-2022

Code answers related to "C"

Browse Popular Code Answers by Language