Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created August 25, 2020 11:54
Show Gist options
  • Save ampulhetadosaber/d89b907fc0ec920bc795e98f5ad7a475 to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/d89b907fc0ec920bc795e98f5ad7a475 to your computer and use it in GitHub Desktop.
// primeiro especificamos o tipo de variável, depois o
// seu nome e por último seu tamanho entre colchetes
int v[100];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment