Skip to content

Instantly share code, notes, and snippets.

@ThePratikSah
Last active July 17, 2017 13:07
Show Gist options
  • Save ThePratikSah/458d85422b7c9906bab7dbaace9b914f to your computer and use it in GitHub Desktop.
Save ThePratikSah/458d85422b7c9906bab7dbaace9b914f to your computer and use it in GitHub Desktop.
main() {
int num=10;
printf("%d", num); // Here %d is used for integer.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment