mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 13:54:36 +00:00
[BUG] Broken/Wrong code in C/conversions /hexadecimal_to_octal.c #171
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 @sk-jiyad on GitHub (Oct 2, 2023).
Description
The code provides returns wrong value after conversion from Hexadecimal to octal.
Expected behavior
Should return the correct converted value.
Actual behavior
The code provides wrong output in conversion, and even returns negative integers after conversion.
Possible fix
No response
Steps to reproduce
Just run the code in your IDE.
Context
N/A
Additional information
Kindly assign me this issue. I am willing to help asap.
@sk-jiyad commented on GitHub (Oct 3, 2023):
@Panquesito7 Pls check this once
@sk-jiyad commented on GitHub (Oct 8, 2023):
@Panquesito7 @tjgurwara99 @alexpantyukhin Pls Check This issue
@himanchal08 commented on GitHub (Oct 10, 2023):
i would like to work on this issue it seems doable
i will try my best to implement it