mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[BUG] Logical error fixed in conversions/c_atoi_str_to_integer.c #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Suraj-Patro on GitHub (Oct 30, 2020).
Description
Expected Behavior
Program should pass all the assertions.
Actual Behavior
Program failed to pass all the assertions.
Possible Fix
Improve the logic of the prgram to fix the error.
Steps to Reproduce
just compile and execute the program as it is.
Context