Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

My second scanf is not working - what can I do?

c scanf clion

How to parse URLs in C using sscanf()?

Program that tells user whether one number is evenly divisible by another

c newline scanf

Read string and various integers in same line in C

c scanf

Is C scanf() prohibited from checking that integers are in range?

Why does sscanf read more than expected?

c scanf

scanf in C doesn't fail when formatted text doesn't match

c scanf

Reading from a file word by word [closed]

c file scanf

How to translate scanf exact matching into modern c++ stringstream reading

c++ scanf stringstream

scanf char variable in between scanf integer variable doesn't work? [duplicate]

c char int scanf

Negating brackets in a C scanf() scanset [duplicate]

c scanf

What happens if arguments passed to sscanf are cast

c casting scanf

C infinite loop when char input instead of int

C++ scanf was not declared in this scope

compiler-errors scanf stdio

writing in c with printf and scanf not working as expected

c printf scanf

strange behavior of scanf for short int

c scanf undefined-behavior

Doesn't %[] or %[^] specifier in scanf(),sscanf() or fscanf() store the input in null-terminated character array?

Can i use pointer in scanf to take input in an array?

c arrays pointers scanf

How to scanf only integer?

c scanf

C program yielding different results on different machines despite using the same fixed length data types

c windows scanf mingw c99