Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Format Specifiers
printf("%f",x) ok, printf("%F",x) error too many arguments for format
Apr 17, 2021
What precisely does the %g printf specifier mean?
Apr 17, 2021
What is the purpose of format specifier "%qd" in `printf()`?
Apr 17, 2021
Why is printf with a single argument (without conversion specifiers) deprecated?
Apr 17, 2021
What is the need of hh and h format specifiers?
Apr 17, 2021
What's the meaning of the %m formatting specifier?
Apr 17, 2021
Correct printf format specifier for size_t: %zu or %Iu?
Apr 25, 2021
%p Format specifier in c
Apr 25, 2021
Read no more than size of string with scanf()
Apr 25, 2021
Using %f to print an integer variable
Apr 25, 2021
Older Entries »