csbinghu / Publications Main Forum 1 How to define a function return struct array? How to define a function return struct array? This code can not be complied, why? struct sTest { int a; int b; }; sTest[] add(){ sTest test[]; return test; }