+ 1

what is the use of #include<string>?

please tell me what is the use of #include<string>?

24th Mar 2017, 2:54 PM
Hafijur Rahman Sakib
Hafijur Rahman Sakib - avatar
3 Answers
+ 9
It provides string manipulation functions.
24th Mar 2017, 3:09 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 3
<string> is a C++ header file that includes the prototypes of all string functions need to process string values, such as strcpy (), strcat (), and many more.
24th Mar 2017, 3:10 PM
à€Šà„‡à€”à„‡à€‚à€Šà„à€° à€źà€čà€Ÿà€œà€š (Devender)
à€Šà„‡à€”à„‡à€‚à€Šà„à€° à€źà€čà€Ÿà€œà€š (Devender) - avatar
0
thanks!
25th Mar 2017, 3:40 AM
Hafijur Rahman Sakib
Hafijur Rahman Sakib - avatar