Skip to content

Instantly share code, notes, and snippets.

@gvnwltrs
Created January 8, 2021 21:30
Show Gist options
  • Save gvnwltrs/3779d724ce13c0bff4409f9d60388e20 to your computer and use it in GitHub Desktop.
Save gvnwltrs/3779d724ce13c0bff4409f9d60388e20 to your computer and use it in GitHub Desktop.
Multidimensional Array #C
int main()
{
int a[5][5];
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment