What I understand is that this shouldn\'t be done, but I believe I\'ve seen examples that do something like this (note code is not necessarily syntactically correct but the
It's perfectly legal, but with large structs there are two factors that need to be taken into consideration: speed and stack size.