Hi ,

I hope someone can clarify this queries on function pointers :

void (*func_ptr[](void)= {func1,func2,func3....funcN};
What values will sizeof(func_ptr) and sizeof(*func_ptr) return ?

TIA
Thomas

Reply via email to