Convert numbers to strings - sprint()
        
	  
	
    Q.  How can one convert numbers to strings? (C programming)- Published on 25 Jun 15a. Using atoi() 
b. Using printf()
c. Using sprint()
d. Using nsprintf()
ANSWER: Using sprint()
 
The sprint() writes the data into the array.