By heera babu Friday, 25 December 2015 c programing program to find the detail of salary of an Employee Write the program to find the detail of salary of an Employee. #include<stdio.h> #include<conio.h> void main () { int bs ; int da ; printf ( "Enter the basic salary" ... Read More →