b/w the difference of printf &sprintf in c language
Answers
Answered by
1
printf function is used to print the characters, string, float, etc on the output screen.
scanf is used to read character, string, etc from keyboard.
Sprint f is used to store the data formate as a string and their syntax is sprintf (char * string, const char * form.. )
scanf is used to read character, string, etc from keyboard.
Sprint f is used to store the data formate as a string and their syntax is sprintf (char * string, const char * form.. )
bhai26:
brother sprintf asked
Similar questions