Given definition for a function which returns an array of pointers with argument of int*.

Showing Answers 1 - 1 of 1 Answers

Sivaswami

  • Oct 13th, 2005
 

This can be tried like thistypedef int * * array_of_pointer;array_of_pointer function_name (int * argument){....}

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions