Quiz: Create a Contact Book
Challenge your understanding of structs and vectors in C++.
We'll cover the following...
We'll cover the following...
In the previous lesson, you learned how to use struct to create custom data types and combine them with vector to store multiple records. You modeled a contact book with names and emails, managed data dynamically, and looped through structured entries.
Let’s go through a short quiz to reinforce how to structure and organize real-world information in code.