Computer Science, asked by seeku2294, 11 months ago

How to convert a single character to string in C++?

Answers

Answered by MiSSiLLuSioN
2

☺▶↪ ANSWER ↩◀☺

☞The term string generally means an ordered sequence of characters, with a first character, a second character, and so on, and in most programming languages such strings are enclosed in either single or double quotes. In C++ the enclosing delimiters are double quotes.

☞String class stores the characters as a sequence of bytes with a functionality of allowing access to single byte character.

HOPE IT HELPS ❤☺❤

Similar questions