Skip to content

Instantly share code, notes, and snippets.

@conanak99
Created February 23, 2016 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conanak99/9da28fa8cb7be9fc673c to your computer and use it in GitHub Desktop.
Save conanak99/9da28fa8cb7be9fc673c to your computer and use it in GitHub Desktop.
char bigString[1000];
bigString[0] = '\0';
strcat(bigString,"John, ");
strcat(bigString,"Paul, ");
strcat(bigString,"George, ");
strcat(bigString,"Joel ");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment