Skip to content

Instantly share code, notes, and snippets.

@ThePratikSah
Created July 17, 2017 12:50
Show Gist options
  • Save ThePratikSah/8d640979b4989a9f1849ddefd5cb06d0 to your computer and use it in GitHub Desktop.
Save ThePratikSah/8d640979b4989a9f1849ddefd5cb06d0 to your computer and use it in GitHub Desktop.
main() {
char num='c';
printf("%c", num); // Here %c is used for character.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment