From mboxrd@z Thu Jan 1 00:00:00 1970 From: raja Subject: error func Date: Fri, 08 Jul 2005 16:11:44 +0530 Message-ID: <42CE5868.8@effigent.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org hi, I am writing a function that takes the return value of the another function and gives the status of the function. if error("functionName",arguments) here the function with Name "functionName " is to be executed with the corresponding argunents.But by knowing the function name how can i get the address if that function and how can i execute the function with the arguments. thanking you