Ahmed Salah
Results
1
issues of
Ahmed Salah
In exercise [6.35](https://github.com/jaege/Cpp-Primer-5th-Exercises/blob/master/ch6/6.35.md), if we pass `val--` to the `fact` function instead of `val - 1`, the `fact` function will be invoked every time with the same value `val`, that's...