What will happen when you attempt to compile and run the code below, assuming that you enter the following sequence: one two three
#include
#include
using namespace std;
int main ()
{
string a;
cin.getline(a);
cout< return 0; } Program will output:
Currently there are no comments in this discussion, be the first to comment!