Newbetuts
.
New posts in scanf
Does sscanf("123456789123456789123456789", "%d", &n) have defined behavior?
c
scanf
undefined-behavior
C For loop skips first iteration and bogus number from loop scanf
c
for-loop
scanf
toupper
bogus
How to use sscanf correctly and safely
c
scanf
How can I prevent scanf() to wait forever for an input character?
c
scanf
C programming - Loop until user inputs number scanf
c
if-statement
scanf
Using scanf with NSStrings
objective-c
string
scanf
C, reading multiple numbers from single input line (scanf?)
c
c99
scanf
What's the difference between gets and scanf?
c
input
scanf
gets
Safer but easy-to-use and flexible C++ alternative to sscanf()
c++
string
parsing
scanf
Difference between scanf() and fgets()
c
scanf
fgets
Read specific pattern in C from standard in
c
scanf
What are scanf("%*s") and scanf("%*d") format identifiers?
c
formatting
scanf
I was trying to print a linked list of first 10 elements of linked list. But I face error while printing or while inputting [duplicate]
c
scanf
fgets
Scanf causes C program to crash
c
crash
scanf
Using scanf and fgets in the same program?
c
scanf
C - trying to read a single char from stdin (and failing) w/ scanf / getchar
c
scanf
Get scanf to quit when it reads a newline?
c
scanf
Format specifiers for uint8_t, uint16_t, ...?
c++
c++11
scanf
Reading numbers from a text file into an array in C
c
arrays
file
scanf
scanf not working as expected
scanf
c
Prev
Next