Look at the following code.
structure Rectangle
{
int length;
int width;
};
Rectangle *r ;
Write statements that
A) Dynamically allocate a Rectangle structure variable and use r to point to it.
B) Assign 10 to the structure’s length member and 14 to the structure’s width member.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.