Advertisement
Angies

Tarea 2 Parte 1.1

Jan 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>
  3. #include "mayusculas.h"
  4. int main(){
  5.     char palabra[50];
  6.  
  7.     printf("Ingrese palabra: ");
  8.     scanf("%s", palabra);
  9.     cambio(palabra);
  10.  
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement