Latest C Aptitude Question SOLUTION: #include main() { struct xx {i nt x; struct yy { char s; struct xx *p; }; struct yy *q; }; }