Search code examples
printf: why doesn't %x print leading 0x (as opposed to %a)?...


cprintfconversion-specifier

Read More
Why are there garbled characters in this C program output?...


arraysccharprintfconversion-specifier

Read More
How to align tabular data to the left with printf?...


coutputprintfconversion-specifier

Read More
Pointers with multi dimensional arrays in C...


cpointersmultidimensional-arrayprintfconversion-specifier

Read More
sscanf does not work properly for eight and nine with leading zero...


cintegerconstantsscanfconversion-specifier

Read More
What are the fractional octal and hexadecimal conversion specifier in C?...


chexprintfoctalconversion-specifier

Read More
How to make a request with a conversion specifier in Python?...


pythonpython-requestsconversion-specifier

Read More
What exactly does this format string do when paired with fscanf?...


cscanfc-stringsformat-specifiersconversion-specifier

Read More
warning: format ‘%f’ expects argument of type ‘float ’, but argument 2 has type ‘double ’...


cdoublescanfconversion-specifier

Read More
C ascii converter printf Extra integer...


ccharscanfnewlineconversion-specifier

Read More
C Input won't add to array list...


cfor-loopintegerprintfconversion-specifier

Read More
Unable to read the char input in C using %c...


ccharscanfconversion-specifier

Read More
Input of multiple char arrays isn't working...


cscanfnewlinec-stringsconversion-specifier

Read More
Why is my program skipping the 2nd scanf line?...


cfloating-pointprintfscanfconversion-specifier

Read More
Why doesn't the '+' sign work with printf for unsigned values?...


cprintfunsignedstdioconversion-specifier

Read More
I wonder why &a(Data type: char) is printed as value not address, using %s...


cprintfcharacterc-stringsconversion-specifier

Read More
How to create a char* substring of a char* string in C?...


cprintfsubstringc-stringsconversion-specifier

Read More
static variable changing value with no error displayed?...


cprintfstring-literalsconversion-specifier

Read More
Having error:invalid type argument of unary '*" (have 'int')...


cprintfscanfconversion-specifier

Read More
Why is the sum of two Integers in this case not working?...


cscanfconversion-specifier

Read More
16bit unsigned int array outputting more elements than initialized size in c...


arrayscfor-loopsizeofconversion-specifier

Read More
How to write multiple different data types...


pythonwindowspasswordsconversion-specifier

Read More
Taking character into array and printing it in C...


cfor-loopcharscanfconversion-specifier

Read More
C language printf add additional useless message...


clinuxprintfc-stringsconversion-specifier

Read More
Why don't use msg in printing instead of msg[pointer -1]?...


cfunctionprintfc-stringsconversion-specifier

Read More
What does it means by "%d converts the rest of the input to integer"?...


cintegerwhitespaceconversion-specifier

Read More
What (%f) means in C?...


ctypesprintfconversion-specifier

Read More
sscanf check doesn't work when given more input than required...


cscanfc-stringsconversion-specifier

Read More
print equally spaced elements of a 2D array with printf...


cmultidimensional-arrayprintfconversion-specifier

Read More
How to resolve GCC compilation [-Wformat] warning?...


cscanfcompiler-warningsconversion-specifier

Read More
BackNext