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"?

icon
Related questions
Question
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"?
Transcribed Image Text: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"?
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer