#include <stdio.h> #include <stdlib.h>. typedef int (*math)(int a,int b);. typedef struct{ math data_handler; }fun; int plus(int a,int b)
確定! 回上一頁