Hi guys,

When making a program, when do we use "#include<string.h>"?

Before using string as a data type for a variable do we have to use :

#include<string.h>?




Also why do we use "#include<stdlib.h>" in a program?

Thanks