C: scanf("%d", ...) with the input only a minus sign...
Read MoreHow to read two lines with a random numbers count from input into two arrays...
Read MoreHow to read from input until newline is found using scanf()?...
Read Morescanf("%3s", str) with only 1 input character in c...
Read MoreWhy does sscanf not extract all the numbers from this string format properly?...
Read MoreHow to read the next character after space in C?...
Read MoreThe times when we have to use `scanf("\n")` and `scanf("%*c")`...
Read MoreUsing scanf to Read and Store Values from a File in C...
Read MoreHow do I clear input buffer after a failed scanf()?...
Read MoreAre there any practical applications for the format %n in printf/scanf family?...
Read Moreenter only number not collection from number and string...
Read MoreHow to print a statement which includes a scanned character and an integer in C?...
Read MoreGet zero or more length string by using sscanf...
Read MoreSkip a char in string without stop with sscanf...
Read Morehi, I am emplementing LZW here and it work great, the problem is that I cant scan and encode a strin...
Read MoreGo program not waiting for input with scanf...
Read Moreusing scanf in pointers to integer...
Read MoreHow to write a for loop that calculates the sum of the items in C?...
Read Moreman sscanf: %d is deprecated in C or glibc?...
Read MoreA question about the scanf() and whitespace...
Read MoreWhy does my program exit after scanf("%i", x);, where x is int x;...
Read MoreDisplay double variable with scanf and without scanf...
Read MoreHow can I read an input string of unknown length?...
Read MoreScanning and Printing strings using an array of strings...
Read MoreGetting segmentation fault exception when trying to write data inside a pointer...
Read MoreHow do I stop newline from scanf being input into a char array that's filled immediately after t...
Read MoreWhen I input multiple words with scanf("%s%s%s", word0, word1, word2), the first character...
Read MoreParsing command line input filename to check the correctness of the content...
Read MoreI don't know why it would not function as it should be, I used gets() and fgets(), the same resu...
Read More