Monday, 20 October 2014
Program Of Get Manipulator In C++
#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
const int max=40;
char str[max];
cout<<"\n enter string=";
cin.get(str,max);
cout<<"string is="<<str;
getch();
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment