Level 1. Introduction to C 1.7. Data Structures All variables in one place Being able to represent integers, floating-point numbers, characters, and pointers (i.e., memory addresses) is cool. But what if you wanted to represent more complex and/or abstract objects?…