No title
#include<stdio.h> //#include<conio.h> struct emp { int id ; char name[10] ; float salary,day,overtime,grosssalary; // int bpay, allow, ded, npay ; } e[10] ; void main() { printf("\n"); printf("\t \t …
#include<stdio.h> //#include<conio.h> struct emp { int id ; char name[10] ; float salary,day,overtime,grosssalary; // int bpay, allow, ded, npay ; } e[10] ; void main() { printf("\n"); printf("\t \t …
#include<stdio.h> struct emp{ char name[30]; int id; float day,salary,overtime; }em[30]; void employ (){ int i,n; printf("enter number of employers\n"); scanf("%d",&n); for(i=1;i<=n;i++){ printf("ent…
Our website uses cookies to improve your experience. Learn more
Ok