Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 16, 2020 05:30
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/dacf909e92f64417b96bacdd5303e044 to your computer and use it in GitHub Desktop.
Save parzibyte/dacf909e92f64417b96bacdd5303e044 to your computer and use it in GitHub Desktop.
int arregloA[10] = {1, 2, 3, 4, 5, 6, 7, 8, 1, 2};
int arregloB[10] = {1, 2, 3, 4, 5, 6, 7, 8, 1, 2};
int arregloC[10];//El resultante
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment