mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-24 22:39:52 +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…
Reference in New Issue
Block a user