are they different header file ??
What is the difference between string and cstring header file?
hi @anujsharmabadboy, they are different header files is basically a header containing a set of functions for dealing with C-style strings (char*). , on the other hand, is header that allows you to use C+±style strings (std::string), which can do a lot of if not all of the functions provided in on their own
you can refer for more details here :
http://www.cplusplus.com/reference/cstring/
http://www.cplusplus.com/reference/string/string/
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.