TheAlgorithms/C

[BUG] Broken/Wrong code in C/conversions /hexadecimal_to_octal.c

ZRX-SIGMA opened this issue · 3 comments

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.

@Panquesito7 Pls check this once

i would like to work on this issue it seems doable
i will try my best to implement it