how to convert an array of characters in c to a string so as to do string operations on it?

Posted by mekasperasky on Stack Overflow See other posts from Stack Overflow or by mekasperasky
Published on 2010-04-19T01:34:43Z Indexed on 2010/04/19 1:43 UTC
Read the original article Hit count: 267

Filed under:

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..

© Stack Overflow or respective owner

Related posts about c