Structure of Software Professional



struct SoftwareProfessional
{
double salary;
long lunches;
float jobs;
char unstable;
void work;
};
1