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
Given a pointer to a structure, can I assign the structure the result of an aggregate-initializer in one line?
Dec 10, 2025
c
assignment-operator
c11
aggregate-initialization
compound-literals
Strict C Win GUI programming
Dec 10, 2025
c
windows
user-interface
Why only "register" storage-class specifier can be used inside parameter declaration?
Dec 10, 2025
c
function pointer and memory address in C [duplicate]
Dec 10, 2025
c
linux
gcc
function-pointers
How to store an int in a char * that is assigned by malloc
Dec 11, 2025
c
Character string declaration with static size
Dec 10, 2025
c
string
declaration
Statically link shared library using go build
Dec 10, 2025
c
go
What is the difference between 'char *' and 'char (*) [100]'?
Dec 11, 2025
c
arrays
pointers
c-strings
memory-address
What's the difference between these C external definitions?
Dec 10, 2025
c
arrays
extern
avr-gcc
A code that doesn't work on gcc
Dec 11, 2025
c
gcc
How to reset scanf()
Dec 10, 2025
c
scanf
Reading and writing OpenSSL ECDSA keys to PEM file
Dec 10, 2025
c
openssl
pem
ecdsa
Trying to create a function that sorts rows of 2D array using bubble sort and then prints it
Dec 09, 2025
c
arrays
sine computation with CORDIC results in not precise values
Dec 09, 2025
c
math
numeric
ieee-754
approximation
Char* created using malloc in function, compiler says address is on the stack and cannot be returned
Dec 10, 2025
c
Converting int to char C formula
Dec 10, 2025
c
char
int
modulo
Standard way to round integer down to nearest multiple of 4
Dec 11, 2025
c
Why does fwrite have both size and count parameters when just bytes to write would suffice? [duplicate]
Dec 10, 2025
c
file-io
libc
Older Entries »