1. If I had a structure called "birthdays" that contained a string for a birthdate, a string for a name, and an integer for an age, how could I create a variable called "mike" of this structure type and initialize its birthday to "07/09/02", its name to "Mike Johnson", and its age to "19"?
1. If I had a structure called "birthdays" that contained a string for a birthdate, a string for a name, and an integer for an age, how could I create a variable called "mike" of this structure type and initialize its birthday to "07/09/02", its name to "Mike Johnson", and its age to "19"?
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 2 images