Question: 8 . Let color be the following structure: struct color { int red; int green; int blue; } ; ( a ) Write a declaration
Let color be the following structure:
struct color
int red;
int green;
int blue;
;
a Write a declaration for a const variable named MAGENTA of type struct color whose members have the values and respectively.
bC Repeat part a but use a designated initializer that doesn't specify the value of green, allowing it to default to
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
