What are nested structures?

1 answer

Answer

1218903

2026-05-09 15:46

+ Follow

Nested structures means we can have a structure inside another

eg:

struct A

{

...........

............

struct B

{

........

........

}b;

}a;

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.