What is the purpose of sprintf?
Posted: Wed Jul 13, 2022 7:54 pm
a) It prints the data into stdout
b) It writes the formatted data into a string
c) It writes the formatted data into a file
d) None of the mentioned
b) It writes the formatted data into a string
c) It writes the formatted data into a file
d) None of the mentioned