- #36
I like Serena
Homework Helper
MHB
- 16,336
- 258
In c we can either pass a pointer to return an additional value (an output parameter), or we can return a structure with the values.
In this case i recommend passing a pointer as input-output parameter to track the upper bound. (Thinking)
In this case i recommend passing a pointer as input-output parameter to track the upper bound. (Thinking)