what a struct code example Example: struct #include <stdio.h> main () { struct person { char[] name; int age; } }