Use of string header file

when to use #include and #includeheader files??

@Ambuj-Singh-514796906079795
hello Ambuj,
it is upto to u . if u want to deal with c type string ( null terminated array ) then use cstring.

if u want to deal with string (class in c++) then use string library.