Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

What are scanf("%*s") and scanf("%*d") format identifiers?

c formatting scanf

Why is scanf() causing infinite loop in this code?

c gcc scanf

Format specifiers for uint8_t, uint16_t, ...?

c++ c++11 scanf

Reading in double values with scanf in c

How to read string from keyboard using C?

c string scanf

Why do I have to specify data type each time in C to printf() and scanf()?

What is the difference between sscanf or atoi to convert a string to an integer?

c scanf atoi

Going through a text file line by line in C

c getline scanf

How can I read an input string of unknown length?

c scanf

Disadvantages of scanf

c input user-input scanf

sscanf in Python

How to prevent scanf causing a buffer overflow in C?

c scanf buffer-overflow

Reading string from input with space character? [duplicate]

c string input scanf whitespace

scanf() leaves the newline character in the buffer

c scanf

How to do scanf for single char in C [duplicate]

c char scanf

What can I use for input conversion instead of scanf?

c scanf

What is the format specifier for unsigned short int?

c scanf

How do you allow spaces to be entered using scanf?

c string printf scanf whitespace

Reading a string with scanf

c scanf

Why does scanf() need "%lf" for doubles, when printf() is okay with just "%f"?

c scanf length-modifiers