I’m trying to pass a function as argument to another function with void pointer and it doesn’t work I Am getting errors like this: How do I fix the problem? Answer To print a pointer you need the “%p” printf format. But it seems that you don’t actually want to print the actual pointer but what it points to, and