News

Write a program to give an example of class employee having properties eid, ename and salary by using two member functions (input that takes detail information of employee) and displaydata (display ...
1 Write a program to check whether a number is even or odd using the conditional operator. 2 Write a program to input three numbers and display the largest one using conditional operators. 3 Create a ...