Revision history of "Crise cad.c"

From AdonaiMedrado.Pro.Br
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) 21:39, 12 June 2009Adonaimedrado (Talk | contribs). . (424 bytes) (+424). . (New page: <code lang="c"> #include <stdio.h> struct folha { char servidor[51]; int idade; int salario; }; int main(void) { FILE *fp = fopen("crise.dat","a+"); int i,n; struct folha *fl, *tb;...)