typedef int (*func_type)(int input);
int mult1(int i){
return i*2;
}
int mult2(int i){
return i*2;
}
int mult3(int i){
return i*2;
}
int mult4(int i){
return i*2;
}
func_type func_arr[4]={mult1,mult2,mult3,mult4};
On Jun 3, 7:43 am, [email protected] wrote:
> שלום ,
> למישהו יש דוגמה ל-func.c אנחנו צריכים ליצור עבור HW3 ?
> תודה
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Technion References" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/reference-technion?hl=en
-~----------~----~----~----~------~----~------~--~---