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=";
cout<<"String is="<<str;
getch();
}

No comments:

Post a Comment