Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Two dimensional array address and corresponding pointer to its 1st element

c arrays pointers

mmap: enforce 64K alignment

c++ c posix

What's the difference between int *p = &a and q = &a

c pointers

C misreading resolution of .bmp file

c gcc bmp

How to find Number of Factors of "product of numbers"

c algorithm prime-factoring

what is the "pointer to a pointer" in c language? [duplicate]

c pointers operators structure

How to detect or prevent uninitialized array elements at compile time?

c arrays static-analysis

Timer to find elapsed time in a function call in C

c profiling timer

What files could have been included?

c

Star pattern practicing on alignment control

c

A fractal in c - Sierpinsky triangle

c fractals

Doubt in malloc. C (Linux)

c malloc posix buffer

CUDA driver API equivalent for cudaSetDevice

c cuda

Performant malloc implementation for executable code [closed]

Reading values of SPI data register of STM32 MCU

c embedded hardware stm32 spi

When do .so files get loaded Linux?

char array and pointer -- can somebody explain the following output?

c pointers

Fast integer to decimal conversion