+ 1
What does #include<string.h> do ?
C
4 Answers
+ 3
As the syntax suggests , this line includes the string.h header file of C into your code before compiling your code.
String.h header file consists of functions to manipulate strings in C
For more information visit heređ
http://www.cplusplus.com/reference/cstring/
+ 2
Thanks
+ 2
Nabil your welcome đđ