Write a C++ program That has two structures: Date that has three members Day, Month and Year And Structure Student That has four members: Name, GPA, DoB and array of 5 integer grades.
Declare three different variables of the structure Student.



Answer :

Other Questions