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 c
Reading a file in C with File Descriptor
Nov 20, 2025
c
file
file-descriptor
How to reverse engineer struct details from C source and asm output?
Nov 20, 2025
c
linux
gcc
assembly
Whitespace before %c specification in the format specifier of scanf function in C
Nov 19, 2025
c
character
scanf
format-specifiers
"Memory allocated with calloc must be freed all at once"?
Nov 20, 2025
c
malloc
dynamic-memory-allocation
free
calloc
Problems with doubles in c
Nov 20, 2025
c
double
trigonometry
Why do I need to ensure that format in fprintf_s is not a user-defined string?
Nov 20, 2025
c
printf
Why do we need header files in C when we can use 'extern' identifiers?
Nov 20, 2025
c
compilation
linker
header
If one can choose to fwrite() 100 1 bytes, or 1 100 bytes, which approach should be prefered?
Nov 20, 2025
c
Aligned vs. Packed attributes
Nov 20, 2025
c
attributes
embedded
structure
memory-alignment
How to avoid 'possibly lost' memory when using calloc to allocate memory for char array in C
Nov 20, 2025
c
memory
valgrind
calloc
How can two processes which bind on the same port receive the same message?
Nov 20, 2025
c++
c
sockets
network-programming
multicast
Why does `wprintf` replace non-ASCII characters with question mark `?` characters?
Nov 20, 2025
c
unicode
utf-16
ltrace printf() but shows puts()
Nov 20, 2025
c
What do these strange macro definitions mean (and are they even correct?)
Nov 19, 2025
c
macros
c-preprocessor
Is it possible to pass char[][] to a function requesting char**?
Nov 20, 2025
c++
c
arrays
pointers
char
Defining a C function that takes a 2D array with variables for dimension sizes
Nov 19, 2025
c
multidimensional-array
c-strings
function-declaration
variable-length-array
Why are more x86 instructions faster than less? [duplicate]
Nov 19, 2025
c
assembly
optimization
x86
C programming output doesn't match with logic (maybe Type Casting)
Nov 19, 2025
c
casting
Does the compiler reserve memory for the biggest block of code or all blocks in C?
Nov 19, 2025
c
memory
memory-management
Random characters printed after printing 'result'
Nov 20, 2025
c
loops
while-loop
c-strings
getchar
« Newer Entries
Older Entries »