Skip to content

Instantly share code, notes, and snippets.

@YassineBajdou
Created June 20, 2018 20:10
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/14adbd14939b4154930c7c902a59c40f to your computer and use it in GitHub Desktop.
Save YassineBajdou/14adbd14939b4154930c7c902a59c40f to your computer and use it in GitHub Desktop.
2D Arr
int arr[3][5] = {{5, 12, 17, 9, 3}, {13, 4, 8, 14, 1}, {9, 6, 3, 7, 21}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment