Whatsteps will you follow to modify
a chart
Answers
Answered by
1
Answer:
The general syntax for a struct declaration in C is: struct tag_name { type member1; type member2; /* declare as many members as desired, but the entire structure size must be known to the compiler. */ }; Here tag_name is optional in some contexts.
Explanation:
Similar questions
Accountancy,
1 month ago
Math,
4 months ago
English,
9 months ago
Math,
9 months ago
Math,
9 months ago