Hello. I'm trying to learn data structures but it is not clear for me why to use them. Why to use a different structure for example a stack instead of an array. I would appreciate it if someone could give me a simple example to understand. For example, i have a student: name, age, id... why to store these data in a differnet structure and not in an array? Thank you...