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 / 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 |
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
What is the disadvantage of templates ?
What is C++ could you enplane me please?
how to overload << and >> operator in c++
Is string part of stl?
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
What is meant by stl in c++?
How do I convert a stl file?
Can we use stl in coding interviews?
What are the various types of stl containers?
i want a road rash 3d game code if some one know please help me
What is a stl vector?