Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

Is there a way to read a c-string and then an int with a single scanf in C?

c scanf

Does sscanf touch pointers if no match has been found? [duplicate]

c scanf

How to take character input in an array in C?

c arrays printf scanf

why ruby scanf is so slow?

c ruby regex scanf

what happens when you input things like 12ab to scanf("%d",&argu)?

c scanf

How to deal with wrong input C?

c input scanf

small bug reading input with C program

c scanf

How to get several value in once enter ?(Number of uncertainty)

c scanf

When do we need to clear the scanf buffer?

c scanf

fscanf - I don't know what I'm doing wrong here

c scanf

scanf "extra input" required

c scanf

scanf(), field width, inf and nan

Does sscanf() support "recursive" buffer?

c scanf

How to take first letter from C string?

c string variables char scanf

fgets instructions gets skipped.Why?

c scanf fgets

scanf / field lengths : using a variable / macro, C/C++

c++ c field scanf

extract from string in c using sscanf

c string character scanf

What does the format string "%*[^\n]" in a scanf() statement instruct? How do assignment suppressor (*) and negated scanset ([^) work together?

c++ c scanf newline stdin

Why does scanf require &?

c scanf

error: unknown conversion type character 'l' in format - scanning long long

c scanf c99