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

No comments:

Post a Comment