Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!rochester!rit!ultb!waw5805 From: waw5805@ultb.isc.rit.edu (W.A. Willis) Newsgroups: comp.lang.c Subject: arrays of pointers to functions Message-ID: <3032@ultb.isc.rit.edu> Date: 3 May 90 22:00:06 GMT Reply-To: waw5805@ultb.isc.rit.edu Distribution: comp.lang.c Organization: Information Systems and Computing @ RIT, Rochester, New York Lines: 8 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