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
Is there a way to read a character from an array and then lookup it's value in a predefined enum in c?
Aug 27, 2026
arrays
c
variables
enums
char
How can I distinguish a pointer from a dereference in C?
Aug 27, 2026
arrays
c
pointers
dereference
How does subtracting an address reference work?
Aug 26, 2026
arrays
c
memory-address
pointer-arithmetic
Counting number of non-leading 0 in binary representation of given integer with a loop using add / jnc
Aug 26, 2026
c
assembly
x86
bit-manipulation
inline-assembly
trying to reverse a string inplace using two pointers
Aug 27, 2026
c
pointers
Why use dynamic memory allocation(i.e. malloc()) when implementing linked list in c?
Aug 26, 2026
c
memory-management
data-structures
struct
What is "bit padding" or "padding bits" exactly?
Aug 27, 2026
c++
c
memory
memory-management
padding
Why can I declare a variable after a label in GCC, but not Clang?
Aug 27, 2026
c
gcc
label
clang
What is the difference between &(str[i]) and (&str)[i]?
Aug 25, 2026
c
Is adding a uintptr_t to a pointer symmetric?
Aug 27, 2026
c
pointers
type-conversion
language-lawyer
Copying a char array to another const char array during declaration
Aug 25, 2026
c
arrays
string
generic-programming
Fermat Primality Test failure in C
Aug 26, 2026
c
testing
primes
Get length of an Array using a pointer
Aug 27, 2026
c
arrays
pointers
arduino
Explanation of the disassembly of the simplest program (x86)
Aug 27, 2026
c
assembly
x86
ollydbg
Why does strtod() with DBL_MIN give ERANGE?
Aug 27, 2026
c
floating-point
strtod
Dynamic Memory Allocation for Arrays in C
Aug 26, 2026
c
arrays
memory
dynamic
malloc
how to rotate the given string to left or right in C?
Aug 27, 2026
c
Serial programming: measuring time between characters
Aug 26, 2026
c
serial-port
timing
modbus
« Newer Entries
Older Entries »