Convert numbers to strings - sprint()

Q.  How can one convert numbers to strings? (C programming)
- Published on 25 Jun 15

a. Using atoi()
b. Using printf()
c. Using sprint()
d. Using nsprintf()

ANSWER: Using sprint()
 
The sprint() writes the data into the array.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)