/**************************************
cin.getline example
***************************************/
#include
int main(void) return 0; No related posts. Related posts brought to you by Yet Another Related Posts Plugin.
{
const SIZE = 100;
char msg[SIZE];
cout<<"Enter a string."<
cout<<"The sentence you entered was"<
}
























