Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~289 People Reached
Favorite Forums
Member Avatar for Kashh

#include<stdio.h> #include<conio.h> #include<stdlib.h> #include<stdarg.h> int i; int a; struct employee { char fname[10]; char lname[15]; float hours; float gsalary; float nsalary; float tax; }; struct employee emp[10]; struct item { char iname[15]; float quan; float ucost; float tsale; float itax; float gct; }; struct item tem[2000]; struct expenses { float …

Member Avatar for geojia
0
289