Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

Reading a string with spaces with sscanf

c string scanf

C - scanf() vs gets() vs fgets()

c scanf fgets gets

Read no more than size of string with scanf()

Does sscanf("123456789123456789123456789", "%d", &n) have defined behavior?

c scanf undefined-behavior

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