Answers for "c++ input string with white space"

C++
1

string input with space c++ stl

char input[100];
cin.getline(input,sizeof(input));
Posted by: Guest on July-11-2021

Browse Popular Code Answers by Language