sometimes i see people use <string.h> header file and sometimes people use , what is the difference in both these two and when to use which one?
Whats the difference in cstring and string.h
Basically string.h is used in C language and cstring in C++. Both serve the same purpose … and you can use any of them based on your convenience…
okay but there is one more header file (#include) that is used in c++ codes, what is the difference now between string and cstring header files?
and if there is any difference then when to use which one?
You can use any of those , both serve same purpose.