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 →