Define about the Structure - Container
-Some containers hold elements in some sort of structure, and some don't. Containers with no structure include bags and sets. Containers with linear structure include stacks, queues, and lists. Containers with more complex structures include multidimensional matrices.