thomas Wed, 08 Sep 2010 06:01:22 -0700
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