Guest User

Untitled

a guest
Dec 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. #include <stdio.h>
  3.  
  4.  
  5. int main()
  6. {
  7. int i;
  8. char str[250];
  9. printf("vvedite posled-t': ");
  10. gets(str);
  11. for (i=0; i<strlen(str); i++)
  12. printf("%s", str);
  13. }
Add Comment
Please, Sign In to add comment