how to convert an array of characters in c to a string so as to do string operations on it?
- by mekasperasky
suppose there is a string of characters in an array of d[20] . How to convert to a string d so that i can use it in string functions like strcmp..