I can't find out how to initialise the inner struct. struct A { int a; struc B { int b; } } A dataA = { a:0, ??? }; Could someone help me? Thanks, David