Question: #include #include using namespace std; struct struct 3 { int mv 5 string mv 6 ; } ; struct struct 2 { struct 3 *
#include
#include
using namespace std;
struct struct
int mv
string mv;
;
struct struct
struct mv;
int mv;
;
struct struct
string mv;
struct mv;
;
int main
Declare three variables: s s and s
The date type of them are struct struct and struct respectively.
To Do points
Initialize s s and s using suitable values for all the member variables.
To Do points
Access the value of mv through s and output the value.
In other words, you cannot use s or s explictly in your code.
To Do points
FILL IN THE TO DO'S
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
