Skip to content

Instantly share code, notes, and snippets.

@YassineBajdou
Created June 20, 2018 20:11
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 YassineBajdou/c954082d42dbf60ef657aa947e3c0220 to your computer and use it in GitHub Desktop.
Save YassineBajdou/c954082d42dbf60ef657aa947e3c0220 to your computer and use it in GitHub Desktop.
Array insert
int arr[3][5];
arr[0][0] = 5;
arr[1][3] = 14;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment