Write a program to access the function "foo" using the structure structure2.
typedef struct
{
int *a;
char (*fptr)(char*);
}structure1;
typedef struct
{
int x;
structure1 *ptr;
}structure2;
char foo(char * c)
{
---
---
---
}
|
Write a program to access the function "foo" using the structure structure2.
|
||||
|
|
||||
|
|
Example:
|
|||
|
|