String inversion string inversion string inversion

From , 3 Years ago, written in C, viewed 224 times.
URL https://pastebin.vip/view/f3ac63c9
  1. #include <string.h>
  2. #include <stdio.h>
  3.  
  4. int main(void)
  5. {
  6.    char *forward = "string";
  7.  
  8.    printf("Before strrev(): %s\n", forward);
  9.    strrev(forward);
  10.    printf("After strrev():  %s\n", forward);
  11.    return 0;
  12. }

Reply to "String inversion string inversion string inversion"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website