+ 1
Include character in c++
can we take input of a string/char value? if yes.. what's the code? help!
4 Answers
+ 9
getline(cin,variable_name);
https://code.sololearn.com/cp32oQ9205NP/?ref=app
+ 1
thanks!
can we take input of a string/char value? if yes.. what's the code? help!