Question: Assume that the following struct has been declared. What code would you write in main to declare an instance of the struct? struct Date {

Assume that the following struct has been declared. What code would you write in main to declare an instance of the struct? struct Date \{ int day, month, year; 3 struct Date aDate; struct Date aDate = new Date; Date aDate; Date aDate = new Date
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
