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
What are the various types of stl containers?
Is there any error below, its a code to delete all entires from a map #include
Can we use stl in coding interviews?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are the symptoms of stl?
What is a standard template library (stl)? What are the various types of stl containers?
What does stl mean in slang?
how to making game in c++ ?
totoo po ba ang manga aliens!
What is stl stand for?
How connect plc and pc through software
Explain stl.
Who created stl?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
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.