All Data For Free
Pages
Home
Watch Full WWE Episodes of Raw and Smackdown
Contact Us
Copyright Policy
Sunday, 27 November 2011
C++ Program For Insert A Value
#include<iostream.h>
#include<conio.h>
class test
{
int a;
public:
void get()
{
cout<<"Enter data=";
cin>>a;
}
void put()
{
cout<<a;
}
};
void main()
{
clrscr();
test ob;
ob.get();
ob;put();
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment