✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following struct types :data1
and data2
struct data1 {
double x;
double y;
};
struct data2 {
data1 a;
data1 b;
data1 c;
};
For a variable which of the following is a valid field access?v
of type data2
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!