mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-17 22:14:05 +03:00
Merge pull request #731 from nicola-masarone/patch-1
Update binary_to_hexadecimal.c
This commit is contained in:
commit
2af0c48da8
@ -16,6 +16,6 @@ int main()
|
||||
i = i * 2;
|
||||
binary = binary / 10;
|
||||
}
|
||||
printf("THe Equivalent hexadecimal value: %lX", hexa);
|
||||
printf("The equivalent hexadecimal value: %lX", hexa);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user