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
How to set sscanf() to ignore characters at start of string?
Sep 22, 2026
c++
c
scanf
What is the difference between scanf("%s", &str) and scanf("%s\n", &str)?
Sep 22, 2026
c
scanf
Usage details of fscanf and similar functions?
Sep 22, 2026
c
scanf
printf value in union depending on format
Sep 20, 2026
c
printf
scanf
unions
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
Older Entries »