Answers for "how to get a letter from the users string in c++"

C++
1

how to get a letter from the users string in c++

string letters = "ABC";
char letterN = letters[0];
Posted by: Guest on March-04-2020

Code answers related to "how to get a letter from the users string in c++"

Browse Popular Code Answers by Language