Introduction to Data Structures in C
Up to this point, you have learned several important tools in C:
Variables store individual values
Arrays store collections of values
Pointers give access to memory addresses
Strings allow us to w
blog.ehoneahobed.com4 min read