Skip to content

employee structure #1

Description

@levindasageeshaa-boop

struct Employee {
int emp_id; // Unique employee ID
char name[50]; // Employee name
float basic_salary; // Basic salary amount
float tax; // Tax deducted
float net_salary; // Net salary after tax
};

Explanation of fields:
struct Employee {
int emp_id; // Unique employee ID
char name[50]; // Employee name
float basic_salary; // Basic salary amount
float tax; // Tax deducted
float net_salary; // Net salary after tax
};

Explanation of fields:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions