Guest User

Untitled

a guest
Jan 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #include <string.h>
  2. #include <stdio.h>
  3. #include<ctype.h>
  4. #include <stdlib.h>
  5.  
  6. #define MAX 1024
  7.  
  8. int translate ()
  9. {
  10. int c;
  11. size_t i = 0;
  12. size_t e;
  13. char temp[MAX];
  14. char temp1[MAX];
  15. char temp2;
  16.  
  17. while ((c = getchar()) != EOF)
  18. {
  19. for(i = 0; i != '\0'; i++)
  20. {
  21. c = temp[temp2];
  22. }
  23. c = temp1[temp2];
  24. putchar(temp[i]);
  25.  
  26.  
  27. }
  28.  
  29. return 0;
  30. }
  31. int main (int argc, char * argv[])
  32. {
  33.  
  34. translate();
  35. return 0;
  36. }
Add Comment
Please, Sign In to add comment