Preview only show first 10 pages with watermark. For full document please download

Aplicações C - L05ex05

Programação A - Coletânea de aplicativos em linguagem C

   EMBED

  • Rating

  • Date

    December 2018
  • Size

    538 bytes
  • Views

    8,922
  • Categories


Share

Transcript

/* Ler uma informa o no formato texto (string) e imprimir os caracteres na posi o par. */ #include #include #include int main(void) { char texto[50]; int cont=0; " printf(""Digite alguma informacao: "");" gets(texto); for(cont=0;cont