Revision history of "C: Uso do scanf"

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) 13:03, 23 April 2009Adonaimedrado (Talk | contribs). . (438 bytes) (+438). . (New page: <code lang="c"> #include <stdio.h> #include <stdlib.h> int main(void) { char *s; int n; scanf("%d",&n); Aqui há o &, pois scanf precisa receber o endereço de n: s=(char *)mall...)