English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Question Related to pointers in c.

2006-08-11 15:56:51 · 2 answers · asked by suraj 1 in Computers & Internet Software

2 answers

May be, if you clearify the question more ...i would have been able to help ya.....because as far as i know, there are no such terms in C....there exist terms in C like "pointer to function" and "functions with arguments as pointers" .....so clearify it first.....

2006-08-12 22:41:06 · answer #1 · answered by DeAd MaN 4 · 0 0

difference bet function pointer and pointer function.

lets say "fp" as function pointer and "pf" as pointer function
"fp" is a pointer- it is pointing to some function say f(x)
"pf" is not a pointer- rather it is a function which describes the nature of a pointer. now why should we call this function as "pf"? why cant we just call it as "function" ??-bcoz this function will ultimately act as a pointer.

2006-08-11 23:38:13 · answer #2 · answered by mane 5 · 0 0

fedest.com, questions and answers