I have a few functions and their function pointers. I have to display the memory size of those functions. The problem is that if I use sizeof operator on the function pointers they return a constant value. so how then can I get the exact size of a function.