Explain the functioning of sprint()?

: 490
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

The function will not print output on the console screen. sprint() refers to string print. It transfers the data to the buffer and returns a count of characters in the string.

Suggested Papers: