C operators: 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 03:0503:05, 14 June 2016Will talk contribs 226 bytes +226 Created page with "Again, generally same as cpp: <syntaxhighlight lang="c"> // and if (var > 0) && (var < 10){ printf("var is between 0 and 10"); } // or if (var > 0) || (var < 10){ printf(..."