arrays of pointers to functions

W.A. Willis waw5805 at ultb.isc.rit.edu
Fri May 4 08:00:06 AEST 1990


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



More information about the Comp.lang.c mailing list