Working of exec family of functions

Hi,
I am studying exec family of functions.Its man page says,it replaces the current process image with a new process image. If it replaces the binary,then after returning back,how does it get the previous parameters of the process which called exec?As replacing process image means replacing all its memory sections.
Thanks
Radha

exec doesn't return unless it fails to load the new image.

Regards,
Alister

---------- Post updated at 11:35 AM ---------- Previous update was at 10:26 AM ----------

Do not double post. Please read the forum rules.

Regards,
Alister