Skip to content

Instantly share code, notes, and snippets.

@sumjha
Created August 14, 2018 06:57
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 sumjha/2778ab6699d194c88d1a9701b0c930d8 to your computer and use it in GitHub Desktop.
Save sumjha/2778ab6699d194c88d1a9701b0c930d8 to your computer and use it in GitHub Desktop.
#include <stdio.h>
static int* INITIAL_STATE = new int(13);
void printInitialState()
{
printf("INITIAL_STATE=%d",*INITIAL_STATE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment