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 are stl algorithms?

626


What does stl stand for in basketball?

643


what is template and type convertion

1999


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2502


Who wrote stl?

678






How stl is different from the c++ standard library?

641


What does stl mean in slang?

652


What two types of containers does the stl provide?

573


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

1783


How does an stl file work?

654


What is a list in c++ stl?

694


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1976


Is stl part of c++ standard?

643


Who created stl?

653


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

1777