Search code examples
Format specifier in scanf for bool datatype in C...


cscanfformat-specifiers

Read More
Why is the '&' operator needed for an int variable but not for an array in C?...


arrayscpointersmemory-managementscanf

Read More
taking char. by char. input to make a string in c...


cfor-loopcharscanfconversion-specifier

Read More
behaviour of scanf vs fgets...


cfor-loopscanffgets

Read More
How to fscanf `1/2` as `0.5` from a .dad file in C...


cscanf

Read More
How do I printf and scanf in x86_64 assembly for Windows?...


windowsassemblyprintfscanfx86-64

Read More
Find vowels in a string...


cstringscanf

Read More
C++ alternative for parsing input with sscanf...


c++parsingscanf

Read More
Short int doesn't take the value...


cscanf

Read More
Problems with scanf input stream...


cscanf

Read More
Scanf freezes after second inputs...


cscanffgets

Read More
why is this program skipping the the scanf in this program...


ccharscanf

Read More
Parsing with a space (sscanf or strtok)...


cparsingscanfuser-input

Read More
How to prevent buffer overflow when we recursively ask for input if input is not valid...


cscanfbuffer-overflow

Read More
How to parse json using sscanf in C?...


cscanf

Read More
Stopping a while loop from user's input...


cwhile-loopscanf

Read More
Unexpected behaviour when scanf used inside while loop to read an array...


carrayswhile-loopscanf

Read More
In s/fscanf(), how to ensure that the entire format string was matched against entire input?...


cscanf

Read More
are printf and scanf used safely here in this code?...


cprintfscanf

Read More
When used in sscanf(), %s does not stop matching when it encounters the symbol that follows the %s...


phpscanfgreedy

Read More
sscanf() not parsing latitude/longitude string...


phpstringextractscanf

Read More
Prevent sscanf() from consuming '-' with %s placeholder...


phpscanfgreedy

Read More
%s in sscanf() doesn't stop matching at hardcoded pipe in pattern...


phpscanfgreedy

Read More
In sscanf(), %s does not stop matching at dot...


phpscanf

Read More
sscanf() with %s matches too greedily...


cscanf

Read More
sscanf() with %s stops matching before first space...


phpscanfwhitespaceplaceholder

Read More
Trying to read txt file line by line in C Language...


cfileioscanftxt

Read More
Read no more than size of string with scanf()...


cstringscanfformat-specifiers

Read More
Why doesn't scanf("%d %d") complain about decimal input?...


cscanf

Read More
What is the need of hh and h format specifiers?...


cscanfformat-specifiers

Read More
BackNext