Computer Science, asked by AksNema2859, 1 year ago

what are the strings that are used in c++

Answers

Answered by TechGenius
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
Similar questions