Revision history of "C programming/scanf"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 10:59, 4 October 2017Heth (talk | contribs). . (1,107 bytes) (+1,107). . (Created page with "<source lang=c> #include <stdio.h> char txt[] = "4/10/2017 10:59:18"; struct TimeStruct { // Declare structure TimeStruct int sec; // seconds...")