Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in format-specifiers

What is the underlying difference between printf(s) and printf("%s", s)?

How do I printf() a uint16_t?

c format-specifiers uint16

What does an asterisk in a scanf format specifier mean? [duplicate]

c char scanf format-specifiers

Format specifier %02x

c printf format-specifiers

Read no more than size of string with scanf()

Correct printf format specifier for size_t: %zu or %Iu?

What's the meaning of the %m formatting specifier?

What does the %*s format specifier mean?

c printf format-specifiers

What is the purpose of the h and hh modifiers for printf?

Platform independent size_t Format specifiers in c?

Why is printf with a single argument (without conversion specifiers) deprecated?

What does "%.*s" mean in printf?

c printf format-specifiers

How should I print types like off_t and size_t?

What is the difference between conversion specifiers %i and %d in formatted IO functions (*printf / *scanf)

How to printf "unsigned long" in C?

How do you format an unsigned long long int using printf?

Correct format specifier for double in printf