Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in printf

How to format strings using printf() to get equal length in the output

c string printf pretty-print

How does Haskell printf work?

Python's many ways of string formatting — are the older ones (going to be) deprecated?

The "backspace" escape character '\b': unexpected behavior?

Printing hexadecimal characters in C

c hex printf

printf format specifiers for uint32_t and size_t

c printf

Using printf with a non-null terminated string

c string format printf

Padding characters in printf

bash shell printf

What's up with Java's "%n" in printf?

java newline printf

Avoid trailing zeroes in printf()

c printf

How does the below program output `C89` when compiled in C89 mode and `C99` when compiled in C99 mode?

c printf comments c99 c89

Printf width specifier to maintain precision of floating-point value

Left-pad printf with spaces

c formatting printf

What is the use of the %n format specifier in C?

c printf format-string

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

c printf format-specifiers

Java: Literal percent sign in printf statement

java printf escaping

Format number as fixed width, with leading zeros [duplicate]

r format printf

Is there a way to specify how many characters of a string to print out using printf()?

c++ c printf

How I can print to stderr in C?

c printf stderr

How do you allow spaces to be entered using scanf?

c string printf scanf whitespace