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 |
write a program to search and display the position of an element in a single-dimentional array using function.
what is template and type convertion
What is a list in c++ stl?
Is string part of stl?
what is electronic software
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
What are the different types of stl containers?
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
what is compiler?
What is stl in c++ with example?
Write a program to print the swapping in two no and using three variable.