what are the strings that are used in c++
Answers
Answered by
0
strings in c ++ = collection of words/characters ( data type) actually difference in c++ is they are stored not as a complete word but collection of chars.
like a="ab" , a[1] = b
like a="ab" , a[1] = b
Similar questions