Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
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.
Related Answered Questions
Related Open Questions