0
Functions in c
How can I return a value (0,1,2) from a function to the name of the function? Thank u!
1 Odpowiedź
0
I suppose you would have to define a 'struct' holding three numbers, and choose this struct as the return type of your function.
https://www.sololearn.com/learn/C/2942/