#Where are "structs" stored in RAM and how do they work?
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
I don't understand in which area of RAM we write "structs", where it is stored when new structures are declared, how structures work in general. This question arose when I was writing a binary search tree. Why is a pointer to a structure needed?