Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

printf with std::string?

c++ string namespaces printf std

What is the difference between printf() and puts() in C?

c string output printf puts

Why use sprintf function in PHP?

php printf

PHP sprintf escaping %

php escaping printf

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

How to print a float with 2 decimal places in Java?

printf() formatting for hexadecimal

c printf hex

Difference between fprintf, printf and sprintf?

c io stream printf