J
junky_fellow
What is a C object ?
If i have some function "func()" in my C program, then
can i say that "func()" is a C object ?
or if i have some function pointer (ptr) which contains the address
of function "func()", can i say that ptr is pointing to some C object ?
Is a C object always associated with some "data" ?
thanx in advance for any help .....
If i have some function "func()" in my C program, then
can i say that "func()" is a C object ?
or if i have some function pointer (ptr) which contains the address
of function "func()", can i say that ptr is pointing to some C object ?
Is a C object always associated with some "data" ?
thanx in advance for any help .....