exec to call specific function in C prog

I would like to call a particular function in a C program using execl(). Is this possible using execl or anyother function ?

Thanks

No. See the man pages for dlopen and family.

You've asked a question in such a way that will only get the answer ramen noodle gave.
What particular function are you trying to call?