Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdlib.h>
- #include <stdio.h>
- char* c1;
- int main()
- {
- printf("¿Cual es tu nombre? \n \n");scanf("%c", &c1);
- printf("Tu nombre empieza con la letra.. %c \n \n",c1);
- system("PAUSE");
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment