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 is a standard template library (stl)?
What are stl algorithms?
What is the stl, standard template library?
Explain stl.
In what scenario does the Logical file and Physical file being used?
What is a list in c++ stl?
What two types of containers does the stl provide?
What is stl stand for?
What is stl language?
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
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.
write a program to convert a decimal number in to its equivalent binary number?
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
Is there any error below, its a code to delete all entires from a map #include
What is stl in oop?