Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scanf

scanf() doesn't accept whitespace

c++ c scanf

Why scanf("%s",&str); behaves as scanf("%s",str);? [duplicate]

Reading from files passed as command line arguements

c linux filereader scanf

Question regarding pointers in fscanf

c pointers scanf

given an %hhu and an input 1025, which part is mapped to an unsigned char?

c scanf language-lawyer

scanf("%[^\n]",command) inside while loop

while-loop scanf

Read a list of numbers from string

Problems with limiting a string length in C

c scanf c-strings

scanf("%s") stores string even after using it after scanf("%d")

c scanf

c - how gets() work after scanf? [duplicate]

c scanf gets

C loop prints string twice? (using scanf("%c"))

c scanf

Is there a way to make space input obligatory in the scanf() function?

c input scanf whitespace

C - Not printing out the whole string

c string printf scanf

Is there an Equivalent scanf function in Lua?

c lua scanf

scanf register new conversion specifier

c gcc binary scanf glibc

Scanf fails with bus error

c pointers scanf bus-error

scanf() resetting first result depending of variable declaration order

c variables scanf

How to compare strings containing numbers just by letters in C

What argument type does sscanf expect for a character class?

c scanf

specifying variable field width in sscanf

c string printf scanf