Search code examples
C: scanf("%d", ...) with the input only a minus sign...

cscanf

Read More
How to read two lines with a random numbers count from input into two arrays...

cscanf

Read More
How to read from input until newline is found using scanf()?...

cformatscanf

Read More
scanf("%3s", str) with only 1 input character in c...

arrayscstringscanf

Read More
Why does sscanf not extract all the numbers from this string format properly?...

cscanf

Read More
How to read the next character after space in C?...

cscanfspace

Read More
The times when we have to use `scanf("\n")` and `scanf("%*c")`...

cscanfwhitespaceconversion-specifier

Read More
Using scanf to Read and Store Values from a File in C...

cfilescanffgets

Read More
How do I clear input buffer after a failed scanf()?...

cscanfinput-buffer

Read More
Are there any practical applications for the format %n in printf/scanf family?...

cprintfscanf

Read More
enter only number not collection from number and string...

cscanf

Read More
How to print a statement which includes a scanned character and an integer in C?...

ccompiler-errorsprintfscanf

Read More
Get zero or more length string by using sscanf...

cscanf

Read More
Skip a char in string without stop with sscanf...

cstringscanf

Read More
hi, I am emplementing LZW here and it work great, the problem is that I cant scan and encode a strin...

cstringscanflzw

Read More
Go program not waiting for input with scanf...

goinputscanf

Read More
using scanf in pointers to integer...

cpointersvariablesinputscanf

Read More
How to write a for loop that calculates the sum of the items in C?...

arrayscscanf

Read More
man sscanf: %d is deprecated in C or glibc?...

cscanfgnuglibc

Read More
A question about the scanf() and whitespace...

cscanf

Read More
Why does my program exit after scanf("%i", x);, where x is int x;...

arrayscscanf

Read More
Display double variable with scanf and without scanf...

cfloating-pointscanf

Read More
How can I read an input string of unknown length?...

cscanf

Read More
Scanning and Printing strings using an array of strings...

arrayscpointersscanfc-strings

Read More
Getting segmentation fault exception when trying to write data inside a pointer...

cpointersstructsegmentation-faultscanf

Read More
How do I stop newline from scanf being input into a char array that's filled immediately after t...

arrayscscanf

Read More
When I input multiple words with scanf("%s%s%s", word0, word1, word2), the first character...

cscanf

Read More
fscanf() fails to read...

cscanf

Read More
Parsing command line input filename to check the correctness of the content...

cparsingscanf

Read More
I don't know why it would not function as it should be, I used gets() and fgets(), the same resu...

cscanf

Read More
BackNext