#include void hello(void (*f)()) { printf("in C\n"); f(); }