Blog

Choose the correct way to define a variable of type struct:

struct Employee {
public int ID;
public string EName;
internal int ERegNumber;
private Single monthlySalary;
}