Create function Salarycollection.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • challa
    New Member
    • Jul 2020
    • 2

    #1

    Create function Salarycollection.

    Please help me how I can use function declearation below to create an array of salaries that will copies all salaries into the created array and return the pointer to this array. [note: use dynamic array]

    Function declearation:
    double* salarycollectio n(Employee * employee, int size).
Working...