Skip to content

Instantly share code, notes, and snippets.

@Jxrgxn
Created July 26, 2015 20:17
Show Gist options
  • Save Jxrgxn/675f4b29ee67a1189d88 to your computer and use it in GitHub Desktop.
Save Jxrgxn/675f4b29ee67a1189d88 to your computer and use it in GitHub Desktop.
int arraySize;
for (int i = arraySize - 1; i >= 0; i--) {
cout << arraySize[i];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment