Skip to content

Instantly share code, notes, and snippets.

@jocoonopa
Created November 15, 2013 07:19
Show Gist options
  • Save jocoonopa/7480449 to your computer and use it in GitHub Desktop.
Save jocoonopa/7480449 to your computer and use it in GitHub Desktop.
int result = 1
for(i=0;i<10;i++)
{
result = result*2;
}
printf(" %d",result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment