mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
6915d59738
* Update binary_to_decimal.c 1. Removed the unused variable remainder. 2. Changed the variable name number to binary_number for clarity. 3. Removed the initialisation of number and temp since they are assigned values later. 4. Removed the newline character from the printf statement to improve readability. 5.Added a return statement at the end of main function. * Update binary_to_decimal.c |
||
---|---|---|
.. | ||
binary_to_decimal.c | ||
binary_to_hexadecimal.c | ||
binary_to_octal.c | ||
c_atoi_str_to_integer.c | ||
celsius_to_fahrenheit.c | ||
CMakeLists.txt | ||
decimal_to_any_base.c | ||
decimal_to_binary_recursion.c | ||
decimal_to_binary.c | ||
decimal_to_hexa.c | ||
decimal_to_octal_recursion.c | ||
decimal_to_octal.c | ||
hexadecimal_to_octal2.c | ||
hexadecimal_to_octal.c | ||
infix_to_postfix2.c | ||
infix_to_postfix.c | ||
int_to_string.c | ||
octal_to_binary.c | ||
octal_to_decimal.c | ||
octal_to_hexadecimal.c | ||
roman_numerals_to_decimal.c | ||
to_decimal.c |