How to convert a single character to string in C++?
Answers
Answered by
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
Science,
6 months ago
Computer Science,
6 months ago
English,
6 months ago
Computer Science,
11 months ago
Physics,
1 year ago