Search code examples
What is the purpose of format specifier "%qd" in `printf()`?...


cgccformat-specifiersopenbsd

Read More
can someone explain me why when a "string" is used with the "%d" fromat specifie...


cprintfformat-specifiersformat-string

Read More
How to use format specifiers to set field width of a string?...


cprintfstring-formattingformat-specifiers

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


cprintfcodeblocksformat-specifiers

Read More
How to avoid sprintf warning for uint8_t data type...


cprintfformat-specifiers

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


csecurityprintfformat-specifiersputs

Read More
Difference between %d and %.d in C language...


cformat-specifiers

Read More
bash for loop in function with passing parameters...


bashfunctionloopsparametersformat-specifiers

Read More
To understand %*d and if (( scanf( "%d", &n ) != 1 ) || ( n <= 0 )) in c...


cif-statementconditional-statementsformat-specifiers

Read More
Dereference operator (*) differences between char* and int*...


cpointersprintfformat-specifiers

Read More
Why are the outputs of this C code different when formatting with %c and %d...


cprintfasciistring-formattingformat-specifiers

Read More
what is meant by 'Most C system provide for logically infinite floating values'?...


cprecisiondivide-by-zeroformat-specifiers

Read More
Using width specifier with printf with no variable...


cprintfformat-specifiers

Read More
sprintf raw bytes to string in C?...


cstringformat-specifiers

Read More
Difference between "%d" and "%d " at scanf in C language...


cscanfwhitespaceformat-specifiersformat-string

Read More
What is the relevance of this String format specifier?...


swiftstringformat-specifiers

Read More
Unintended unsigned max result...


ctypesrangeunsignedformat-specifiers

Read More
Scanf() - What is the %a format/conversion specifier?...


cfloating-pointformattingscanfformat-specifiers

Read More
Error while reading floating point values using scanf...


cfloating-pointscanfformat-specifiers

Read More
Width Specifier for scanf() - Length of characters to consume is not fixed at compilation and only d...


c++cruntimescanfformat-specifiers

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


cprintfformat-specifiers

Read More
Usage of *variable in scanf and why we use it?...


cscanfformat-specifiers

Read More
unknown error the function 'scanf("%[^\n]%*c", &sent);'...


coutputscanfformat-specifiers

Read More
Leading whitespace when using scanf() with " %c"...


cformatscanfwhitespaceformat-specifiers

Read More
What does the format specifiers "%02x " and "%3o " do in this code?...


cformat-specifiers

Read More
Platform independent size_t Format specifiers in c?...


cplatform-independentsize-tformat-stringformat-specifiers

Read More
Using " %c%c..." format specifier to print a string produces erratic results. Why is it so...


cstringformatprintfformat-specifiers

Read More
format specifier inside format specifier to change size of leading zeros...


cprintfformat-specifiers

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


windowsprintftcharformat-specifiers

Read More
%p Format specifier in c...


cformat-specifiers

Read More
BackNext