Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 19, 2019 00:52
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 parzibyte/d6a5fa025770dee0bb35c74bb946dc3a to your computer and use it in GitHub Desktop.
Save parzibyte/d6a5fa025770dee0bb35c74bb946dc3a to your computer and use it in GitHub Desktop.
int arreglo[] = {1, 2, 3, 4, 5, 6, 7, 8, 9};
int longitud =
sizeof(arreglo) / sizeof arreglo[0];//https://parzibyte.me/blog/2018/09/21/longitud-de-un-arreglo-en-c/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment