Define a structure to store the employee name,id,date of birth,basic salary of employee. WAP to store the 5 employee details. Display the information of employee having highest salary. Sort the employee details according to the basic salary.
Create a class to store the following information about an employee. Name, Emp. Id, Salary. Store the information of 5 employee. Calculate Gross salary. Display all the information of all the employees in tabular form. Display the size of the class
Create a class which store the real and imaginary part of a complex number . Add two complex number and display the result . To add 2 complex number, function having two object argument and and no return values