Today I learnt about basics of C like loops and conditional statements and stuff, and also learnt about struct and how it creates a block of memory to store data in one address.
So I had started learning about memory management in C to learn about how the memory is actually used after executing code.