C input/output: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 June 2016

  • curprev 01:1601:16, 14 June 2016Will talk contribs 459 bytes +459 Created page with "The basics. How to print, how to format strings, etc. = outputs = <blockquote> <syntaxhighlight lang="c"> puts( "my string" ); // print printf( "my string" ); // like on..."