Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!motcid!joshi From: joshi@motcid.UUCP (Abhay B. Joshi) Newsgroups: comp.lang.c Subject: A question on Function declaration Keywords: pointer function integer Message-ID: <5806@agate.UUCP> Date: 12 Feb 91 23:44:07 GMT Organization: Motorola Inc., Cellular Infrastructure Div., Arlington Heights, IL Lines: 12 I would like to declare a function which returns a pointer to a function (that returns an integer). I have been unable to strike at the correct syntax of such a declaration. I tried the following (among others): ((int *)()) func() ; Doesn't work. Thanks for any hints/answers. -- Abhay --