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 printf
Why does "int x = 5; printf("%d %d %d", x==5, x=10, x==5);" in C print "0 10 0"? [duplicate]
Jul 22, 2026
c
printf
undefined-behavior
What does the XXXXXX in an sprintf format argument of "/tmp/%s-XXXXXX" mean?
Jul 23, 2026
c++
printf
Is it possible to set the number of digits wanted in the exponent in floating point representation in C, printf? [duplicate]
Jul 22, 2026
c
printf
How to print size_t and ptrdiff_t using printf in ANSI C (C89)
Jul 21, 2026
c
printf
c89
Printing with indentation in C
Jul 22, 2026
c
algorithm
printf
indentation
Continuously logging in F#
Jul 21, 2026
.net
f#
printf
string-formatting
Error when compiling code
Jul 21, 2026
c++
printf
declaration
Difference between & address and pointer address- Hexadecimal and pointer type data [duplicate]
Jul 21, 2026
c
pointers
integer
printf
conversion-specifier
Comparison between the two printf statements
Jul 21, 2026
c
string
printf
printf() prints the correct int value written to a pointer, but not the correct double value written to another. Why is that?
Jul 20, 2026
c
pointers
stack
printf
strict-aliasing
sprintf leading zero padding in C
Jul 19, 2026
c
printf
printf and casting float arguments
Jul 20, 2026
c
casting
printf
Can `snprintf()` read out of bounds when a string argument is not null-terminated?
Jul 19, 2026
c
string
printf
printf a buffer with nulls
Jul 17, 2026
c++
c
printf
packet
vsprintf and vsnprintf [-Wformat-nonliteral] warning on Clang 5.0
Jul 15, 2026
c
network-programming
clang
printf
Program that displays if a given number is even or odd
Jul 15, 2026
c
arrays
for-loop
numbers
printf
How can I always print 15 non-zero digits in Java?
Jul 15, 2026
java
printf
decimalformat
Help with my printf function
Jul 14, 2026
c
printf
In this C Program for some odd reason the 5th line in code prints 1.799999 which doesn't make sense
Jul 12, 2026
c
printf
Older Entries »