1."stdio.h" in c program controls input-output functionalities and operations associated with it where as in c++ program iostream.h" controls input-output functionalities and operations associated with it.
2."stdlib.h" in c program controls memory management like calloc ,malloc. where as "conio.h" in c++ program controls memory management like new and delete etc.