Help with the Construct of puts and fgets in C

J

Jeff Zeitlin

Can someone help me out with understanding the difference between
fprintf and puts

This would be better asked in a newsgroup devoted to the C programming
language, such as comp.lang.c - however, the short answer is that
fprintf (and printf, and sprintf) allow you much more extensive
formatting options than puts does.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top