Posts by JonathanBarbosa19 • 1 point
1 post
-
0
votes2
answers830
viewsA: Return and pass structure through a function in C
From what I understand of your code, your function is trying to use a value of type employees as if it were a Int within the for. That’s why the function presents an error. The best way to perform…