COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
Employee Struct Reference
Collaboration diagram for Employee:

Public Attributes

char Name [100]
 
char Position [100]
 
int Salary
 

Detailed Description

Definition at line 5 of file employee.c.

Member Data Documentation

◆ Name

char Employee::Name[100]

Definition at line 6 of file employee.c.

Referenced by setEmployee(), and showInfo().

◆ Position

char Employee::Position[100]

Definition at line 7 of file employee.c.

Referenced by setEmployee(), and showInfo().

◆ Salary

int Employee::Salary

Definition at line 8 of file employee.c.

Referenced by setEmployee(), and showInfo().


The documentation for this struct was generated from the following file: