+ 1

What does #include<string.h> do ?

C

24th Jul 2020, 3:50 AM
Istiaq Ahmed Nabil
Istiaq Ahmed Nabil - avatar
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/
24th Jul 2020, 3:53 AM
Arsenic
Arsenic - avatar
+ 2
Thanks
24th Jul 2020, 3:54 AM
Istiaq Ahmed Nabil
Istiaq Ahmed Nabil - avatar
+ 2
Nabil your welcome 🙂👍
24th Jul 2020, 3:55 AM
Arsenic
Arsenic - avatar