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
How to circumvent the "foreground lock timeout" to activate my window?
Aug 27, 2026
c
windows
winapi
timeout
foreground
Why does the sizeof operator produce different results for an array
Aug 27, 2026
c++
c
Reading an array of strings in C
Aug 27, 2026
c
arrays
string
scanf not working as expected
Aug 27, 2026
c
scanf
How to create a program that reads the last commands exit status?
Aug 26, 2026
c
linux
shell
exit-code
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
« Newer Entries
Older Entries »