I have been learning C and I’m currently around dynamic memory management (malloc, realloc, free, etc).
I haven’t learned file handling yet, but I’m comfortable with:Pointers
Arrays
Strings
Structs
Dynamic memoryStill, I find myself stuck when it comes to deciding what to build. I have only...