#memory
Read more stories on Hashnode
Articles with this tag
How programs are stored and organised in memory · Memory Organisation When a C program is executed, it is loaded into the memory of the computer. This...
Everything you need to know about pointers · Address of a variable Every variable in C has a memory location where it is stored. This memory location is...