I have the following declared: int (*func[])(); How do I go about initializing func so that it contains pointers to the arrays a, b, and c. Tanx in Advance