Skip to content

Instantly share code, notes, and snippets.

@AALEKH
Last active May 30, 2022 12:42
Show Gist options
  • Save AALEKH/adf878488f116f02d975f1cfd279582c to your computer and use it in GitHub Desktop.
Save AALEKH/adf878488f116f02d975f1cfd279582c to your computer and use it in GitHub Desktop.
Format Symbols
%d: Int
%f: float, double
%c: character
%s: string
%ld: long int
%e: Used to express small numbers in terms of exponentials
%lf: double
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment