Mrm2299

Letra inicial

Jan 17th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3.  
  4. char* c1;
  5.  
  6. int main()
  7.  
  8. {
  9.     printf("¿Cual es tu nombre? \n \n");scanf("%c", &c1);
  10.     printf("Tu nombre empieza con la letra.. %c \n \n",c1);
  11.  
  12.     system("PAUSE");
  13.     return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment