Skip to content

Instantly share code, notes, and snippets.

@vishalarora91
Last active August 29, 2015 14:27
Show Gist options
  • Save vishalarora91/1c430ff9cd5c60f9aa2f to your computer and use it in GitHub Desktop.
Save vishalarora91/1c430ff9cd5c60f9aa2f to your computer and use it in GitHub Desktop.
int main(void){
char ch;
for(ch = 0 ; ch <= 255 ; ch++){
printf("%d",ch);
}
getch();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment