AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.53k stars 523 forks source link

Replaced postfix increment with prefix increment. #236

Closed Almajoo closed 4 years ago

Almajoo commented 4 years ago

Replaced postfix increment with prefix increment so as to reduce the chance to get error during execution.

I am creating a pull request for...

abranhe commented 4 years ago

This is not necessary!