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
When to quantify ignored pattern match in the C sscanf function
Sep 18, 2026
c++
c
portability
scanf
cppcheck
Program blocks after input
Sep 17, 2026
c
arrays
gcc
scanf
scanf takes extra parameter why?
Sep 17, 2026
c++
c
scanf
Print output just beside the user input
Sep 16, 2026
c
printf
scanf
Why does my C program produce strange printf output?
Sep 14, 2026
c
printf
scanf
Problem with scanf in Eclipse / MiniGW
Sep 14, 2026
c
eclipse
printf
scanf
How to stop fscanf when user presses Enter if < max args are typed
Sep 13, 2026
c
scanf
Difference between scanf("%79[^\n]",line); vs scanf("%79[^\n]\n",line) vs scanf("%79[^\n]s",line)
Sep 14, 2026
c
scanf
x86 code to read in input into a local variable?
Sep 13, 2026
c
assembly
x86
scanf
nasm
gcc scanf warning believes float is double
Sep 13, 2026
c
gcc
compiler-warnings
scanf
C: Reading multiple values with scanf and saving them into an array
Sep 12, 2026
c
scanf
How to definitely solve the scanf input stream problem
Sep 07, 2026
c
input
scanf
user-input
standards
scanf("%[^\n]s") works fine with normal variable but doesn't work with a structure variable in C
Sep 05, 2026
c
structure
scanf
scanf reading "Enter" key
Sep 04, 2026
c
scanf
carriage-return
scanf() not writing to 2d char array
Sep 02, 2026
c
multidimensional-array
runtime-error
scanf
c-strings
Weird result of using scanf "%f" to read a float number and then assign to double
Sep 02, 2026
c
scanf
how to identify a field separator from scanf?
Sep 01, 2026
c
scanf
Is it possible to specify a string consisting of a number of `^` characters for scanf?
Aug 31, 2026
c
scanf
Creates an array that stores character by character in c
Aug 28, 2026
arrays
c
char
scanf
Older Entries »