Question: 3. Create an array of (void * -type) pointers of length 5. Each of these pointers should be pointing to individual functions that perform operations

3. Create an array of (void * -type) pointers of length 5. Each of these pointers should be pointing to individual functions that perform operations like addition. subtraction, division. multiplication, exponentiation. i l l i i add(){ sub(){ mu|(){ diV(){ eXP(){ } } } } } These functions could take arguments just like regular functions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
