Suppose that I call a function f
with a statement like the following:
f(a, b, x)
Inside the function f
, I would like to be able to determine the names of the variables that the caller passed. (I realize that this is bad programming practice). Is there a way of doing this?