Question: Consider the following statements: struct rectangleData { float length; float width; float area: float perimeter, . rectangleData bigRect, Which of the following statements correctly intializes

Consider the following statements:
struct rectangleData
{
float length;
float width;
float area:
float perimeter,
.
rectangleData bigRect,
Which of the following statements correctly intializes the element
length of bigRect:
a. bigRect=(10)
b. bigRect.length=10;
c. length[0]=10;
d. bigRect[0]=10
 Consider the following statements: struct rectangleData { float length; float width;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!