Akshay Raichur
Akshay Raichur's Blog

Akshay Raichur's Blog

Follow
homeAboutGet in Touchbadgesnewsletter
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

A brief note on how malloc() works in C

Feb 16, 20214 min read

malloc() is a C Standard Library function that is defined in stdlib.h header file. The name malloc stands for Memory Allocation. Definition...

A brief note on how malloc() works in C