Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in format-specifiers

Why is the %n format specifier working normal for all scanf() statements but storing one less in the first one?

c scanf format-specifiers

printf("%f",x) ok, printf("%F",x) error too many arguments for format

Want a solution for printf [duplicate]

What does a # sign after a % sign in a scanf() function mean?

Escaping square bracket ] in sscanf

error: aggregate value used where an integer was expected

Using various format specifiers of c in c++

c++ format-specifiers

Why would one use %8.8 over %08 in a printf format string?

Difference between upper and lower case double (float) type specifiers in C

How to not show unnecessary zeros when given integers but still have float answers when needed

What does this %1$@%2$d format specifier means in objective c

Using %f to print an integer variable

c format-specifiers

NSLog giving me warnings which are not correctable

Is there a printf specifier that requires float not double?

Is there a format specifier that always means char string with _tprintf?

scanf %u negative number?

What is the purpose of using the [^ notation in scanf?

c scanf format-specifiers

(nil) pointer in C/C++

warning: format ‘%x’ expects argument of type ‘unsigned int’

c printf format-specifiers