Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in scanf
Doesn't %[] or %[^] specifier in scanf(),sscanf() or fscanf() store the input in null-terminated character array?
Mar 26, 2023
c
string
scanf
format-specifiers
character-arrays
Can i use pointer in scanf to take input in an array?
Mar 25, 2023
c
arrays
pointers
scanf
abnormal behavior of scanf [duplicate]
Mar 25, 2023
c
scanf
scanf vs cin: string as integer processing
Mar 20, 2023
c++
scanf
cin
visual-c++-2010
C++ --- error C2664: 'int scanf(const char *,...)' : cannot convert argument 1 from 'int' to 'const char *'
Mar 19, 2023
c++
scanf
Detecting mismatches against constants in scanf format string
Mar 13, 2023
c
io
scanf
sscanf(s, "%u", &v) matching signed integers
Mar 10, 2023
c++
scanf
sign
cppcheck
conversion-specifier
what is the difference between scansets in scanf() function?
Mar 08, 2023
c
scanf
Why is it possible to pass a double pointer (address of address) to scanf?
Mar 04, 2023
c
scanf
How to prevent users from inputting letters or numbers?
Mar 01, 2023
c
scanf
C scanf() and fgets() problem
Feb 23, 2023
c
scanf
fgets
Why does a space in my scanf statement make a difference? [duplicate]
Feb 26, 2023
c
scanf
How to read special characters (punctuation marks, hypens, colons) using scanf function?
Feb 21, 2023
c
character
special-characters
scanf
sscanf c++ splitting string to ints sometimes doesn't work
Feb 20, 2023
c++
string
split
int
scanf
fscanf() reading string with spaces in formatted lines
Feb 13, 2023
c
scanf
Using sscanf to read strings
Feb 10, 2023
c
input
scanf
compare strings using sscanf, but ignore whitespaces
Feb 01, 2023
c
scanf
Is it possible for fscanf to return zero and consume input at the same time?
Jan 30, 2023
c
scanf
What happens if I use "&" with string in scanf function?
Jan 29, 2023
c
string
scanf
How does scanf() really work?
Jan 25, 2023
c
scanf
stdio
Older Entries »