Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.cpp Secret

Created August 1, 2020 23:38
Show Gist options
  • Save kasramp/95374f0089d80cbc7eb98c755fefea75 to your computer and use it in GitHub Desktop.
Save kasramp/95374f0089d80cbc7eb98c755fefea75 to your computer and use it in GitHub Desktop.
void test() {
int a = 5;
decrement(&a);
cout << a << endl; // prints 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment