Showing posts with label Area of Triangle Using Function. Show all posts
Showing posts with label Area of Triangle Using Function. Show all posts

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();
 }