Guest User

Untitled

a guest
Jan 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. char pos[2];
  2.  
  3. printf("Digite uma posicao(GR/DE/MC/AV)");
  4. scanf("%s", pos);
  5.  
  6. pos = strupr(pos);
  7.  
  8. printf("%s", pos);
Add Comment
Please, Sign In to add comment