Computer Science, asked by akshaya8610, 5 months ago

what is called as anonymous structure give an example​

Answers

Answered by dpragathi
1

Answer:

Anonymous unions/structures are also known as unnamed unions/structures as they don’t have names. Since there is no names, direct objects

of them are not created ..

hope it helps uuu...

plss mark me as brainliest ❣️

Answered by Vikramjeeth
4

Answer:

hey \: mate

Explanation:

In C11 standard of C, anonymous Unions and structures were added. Anonymous unions/structures are also known as unnamed unions/structures as they don't have names. ... // Anonymous structure example struct { char alpha; int num; }; Since there is no variable and no name, we can directly access members.

Hope it helps you.

Similar questions