write a c++ program to create an object of a class called
employee containing the employee code name designation basic
salarry HRA Da gross salary as data 10 such objects "members
process "

Answer Posted / ray baboo yadav

#include<iostream.h>
#include<conio.h>
class person
{
int person;
float salery;
}p;
cout<<"enter the person name";
cin>>p.person;
cout<<"enter the salery";
cin>>p.salery;
}
void main()
{
person;
getch();
}

Is This Answer Correct ?    6 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of stl?

633


What are the symptoms of stl?

603


a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

1377


What is the stl, standard template library?

592


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

1882






How connect plc and pc through software

1915


What is meant by stl in c++?

652


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2091


Why should a c++ programmer be interested in stl?

640


What is a stl vector?

625


how to use C++?

2063


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1889


What is a standard template library (stl)? What are the various types of stl containers?

667


What are the different types of stl containers?

648


What is stl stand for?

736