Skip to content

Instantly share code, notes, and snippets.

@sonsongithub
Created November 7, 2015 07:45
Show Gist options
  • Select an option

  • Save sonsongithub/23ae43495369bcee2dd1 to your computer and use it in GitHub Desktop.

Select an option

Save sonsongithub/23ae43495369bcee2dd1 to your computer and use it in GitHub Desktop.
sizeof..?
#include <stdlib.h>
#include <stdio.h>
int main(int argc, char **argv) {
printf("%ld\n", sizeof("ab "));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment