Wednesday, 18 September 2013

int fun(void **args) and on calling of function pass the argument fun(args),

int fun(void **args) and on calling of function pass the argument fun(args),

I am using some inbuilt function fun(void **args) and to call this
function passing argument fun(args); so what is mean of void **args and
how to check what does value args have in C.
Please help
Thanks in advance.

No comments:

Post a Comment