#define KS(p) ks((void *)&p)
Can anyone explain me what this macro is doing
|
Contributor
|
|
| 25Feb2008,10:21 | #2 |
|
i hope u will understand with this example:
ASSUMING: ks (in lower case) is an in built function Code:
int p = 5; |
|
Ambitious contributor
|
|
| 25Feb2008,16:56 | #3 |
|
Thanks
I know why do we use void pointer ,but in real time project what is the use of it . |
