What does the following piece of code do?sprintf(retbuf, "%d", n);A. Print the Integer value of nB. Copy the string representation of the integer variable n into the buffer retbufC. Print the Float value of n.D. Print the string representation of the integer variable n.

Showing Answers 1 - 1 of 1 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions