Is there any way to achieve function overloading in C? I am looking at simple functions to be overloaded like
foo (int a) foo (char b) foo (float c , i
There are few possibilities: