Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!ut-emx!mike From: mike@ut-emx.UUCP (Mike O'Donnell) Newsgroups: comp.lang.c Subject: pointers to functions, HELP Keywords: pointers to functions Message-ID: <20057@ut-emx.UUCP> Date: 24 Oct 89 21:21:37 GMT Organization: The University of Texas at Austin, Austin, Texas Lines: 12 Although pointers to functions are not totally new to me, I have begun some experimentation with them and have a few questions. 1. If possible, how does one declare a function that returns a pointer to a function? And if possible, how does one use it? 2. How do you declare an array of pointers to functions? Any help and suggestions will be greatly appreciated. Thanks, Mike O'Donnell