I have a func to add two nos and return (a+b). Then I created a func pointer to the func. Want to allocate memory for an array of that function pointer and access them. code