Saturday, 28 April 2012
Program Of Getline Manipulator In C++
#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
const int max=80;
char str[max];
cout<<"Enter String=";
cin.get(str,max,'*');
cout<<"String is="<<str;
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment