Ejemplo 2 C

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Ejemplo 2 C as PDF for free.

More details

  • Words: 32
  • Pages: 1
# include <stdio.h> # include # include <string.h> /*Ejemplo N�2 dado en clases*/ int main () { char mensaje[20]; strcpy (mensaje,"casona\n"); printf (mensaje); char mensajes[20]="casonas\n"; printf (mensajes); getche(); return 0; }

Related Documents

Ejemplo 2 C
May 2020 0
Ejemplo 3 C
May 2020 1
Ejemplo 2
November 2019 13
Ejemplo Grafico C
July 2020 0
Ejemplo 4 Clases C
May 2020 1
Ejemplo 2
October 2019 11