Skip to content

Instantly share code, notes, and snippets.

@st98
Created September 19, 2014 09:20
Show Gist options
  • Save st98/fd95f42efdbc727e3581 to your computer and use it in GitHub Desktop.
Save st98/fd95f42efdbc727e3581 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void) {
char s[101] = "hoge";
puts(s + 2); // => ge
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment