Multiple Choice
What is the purpose of sprintf?
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: What are the Properties of the first
Q38: What will be the output for the
Q39: Each call of va_arg _<br>A)Returns one argument<br>B)Steps
Q40: What is the meaning of the following
Q41: What is the default return-type of getchar()?<br>A)char<br>B)int<br>C)char
Q43: What error will generate if the read
Q44: What is the use of getchar()?<br>A)The next
Q45: What is the purpose of va_end?<br>A)Cleanup is
Q46: If the user enters 1 s 3.2,
Q47: The syntax to print a % using