Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created August 25, 2020 14:21
Show Gist options
  • Save ampulhetadosaber/077dbd0200ddf928eead306c490fe83f to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/077dbd0200ddf928eead306c490fe83f to your computer and use it in GitHub Desktop.
char letra = 'A';
// Observe que na table ASCII o número 65 equivale ao caractere 'A'
char letra2 = 65;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment