Suppose I have a single .c file in which I have a local variable a. Can I also have a function in that c file which has t
You cant because if you have example(), 'example' is a pointer to that function.