float *g(), (*h)();
Whereas (*h) is a pointer type variable pointing to a function.
Here g( ) is function returning a pointer to a float type value
Whereas (*h) is a pointer type variable pointing to a function.
Being honest guys If you didn't know the answer ,join our site. We are doing our best for it.
We try to find questions from around 10 best books Of C.
So contribute to us and be a part of our C family.
can u post an example program for
pointer type variable pointing to a function.