Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

scanf %u negative number?

How do I read white space using scanf in c?

c whitespace scanf fgets

How to only accept a certain precision (so many decimals places) in scanf?

c scanf

Why can a null character be embedded in a conversion specifier for scanf?

c scanf

scanf("%[^\n]s",a) vs gets(a)

c scanf gets

Dynamic String Input - using scanf("%as")

c scanf

scanf() curious behaviour!

c++ c scanf

Is there any function to get an unlimited input string from standard input

c input char scanf gets

What is the purpose of using the [^ notation in scanf?

c scanf format-specifiers

sscanf behaviour / return value

c scanf

sscanf until it reaches a comma

c string scanf

c - reading a specific column in data file

c file io scanf

Why is scanf not allowing any more input?

c scanf

read char from console

c scanf getchar

%*c in scanf() - what does it mean?

c scanf

don't care in scanf

c++ c scanf

How does scanf() work inside the OS?

While-loop ignores scanf the second time

c while-loop scanf

What is the result of `strtod("3ex", &end)` supposed to be? What about `sscanf`?

sscanf & newlines

c newline eof scanf