Friday, 27 April 2012
Program Of Get Manipulator In C++
#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
const int max=10;
char str[max];
cout<<"\n 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