Skip to content

Instantly share code, notes, and snippets.

@eginter
Created June 8, 2016 22:22
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 eginter/0f63494e6c088de0812001b6c9baff32 to your computer and use it in GitHub Desktop.
Save eginter/0f63494e6c088de0812001b6c9baff32 to your computer and use it in GitHub Desktop.
int a; // This is a declaration without initialization
double n = 2.25; // A declaration and initialization (first assignment)
n = 8.3; // An assignment to a new value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment