Answer to Question structure-1

  struct Employee
  {
    const char* name;
    const char* office;
    double      salary;
  };