Last active
July 17, 2017 13:07
-
-
Save ThePratikSah/458d85422b7c9906bab7dbaace9b914f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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