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 |
if x<>=z then statement end what is the cyclomatic complexity
In what scenario does the Logical file and Physical file being used?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What are the various types of stl containers?
What does stl mean in slang?
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
how to overload << and >> operator in c++
Is stl open source?
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
What do stl stand for?