Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. int main()
  2. {
  3. int c;
  4. do {
  5. c=getchar();
  6. c=c-48;
  7. printf("%u",c);
  8. }
  9. while(c='0-9');
  10. }
Add Comment
Please, Sign In to add comment