User:Amy Suo Wu/C Syntax: Revision history

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.

9 November 2010

  • curprev 00:0100:01, 9 November 2010Amy Suo Wu talk contribs 2,146 bytes +2,146 Created page with " assignment: write hello world stdio ( standard in and out) <source lang="C"> #include "stdio.h" char word []= "world"; int main () { printf("hello %s\n", word); /..."