Skip to content

Instantly share code, notes, and snippets.

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