• Difference between float *g( ); and (*h)( );

    float *g(), (*h)();


    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.

1 comments:

  1. selvakumar said...

    can u post an example program for
    pointer type variable pointing to a function.

Post a Comment