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
How stl is different from the c++ standard library?
Who wrote stl?
Name the different types of stl containers.
What does stl stand for in basketball?
What are stl algorithms?
What are the various types of stl containers?
What is meant by stl in c++?
What is stl in oop?
What is a standard template library (stl)?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
Is stl part of c++ standard?
what is template and type convertion
What is a standard template library (stl)? What are the various types of stl containers?
What are the different types of stl containers?
What is stl stand for?