![]() |
macro
#define KS(p) ks((void *)&p)
Can anyone explain me what this macro is doing |
Re: macro
i hope u will understand with this example:
ASSUMING: ks (in lower case) is an in built function Code:
int p = 5; |
Re: macro
Thanks
I know why do we use void pointer ,but in real time project what is the use of it . |
| All times are GMT +5.5. The time now is 06:24. |