Is there any way to do something like this in C:<BR><BR><pre class="ip-ubbcode-code-pre"><BR>typedef struct {<BR> int (*Func1)(int x);<BR> int (*Func2)(int y);<BR ...