Computer Science, asked by pri2057, 3 months ago

Every structure members has to be declare separate for its type true or false​

Answers

Answered by sdilkash123
1

A member cannot be declared to have the type of the structure in which it appears. However, a member can be declared as a pointer to the structure type in which it appears as long as the structure type has a tag. This allows you to create linked lists of structures.

Similar questions