MCPcopy Create free account
hub / github.com/TheAlgorithms/C / decimal_to_binary

Function decimal_to_binary

conversions/decimal_to_binary_recursion.c:14–17  ·  view source on GitHub ↗

* Decimal to binary using recursion algorithm. * For example, if number = 5, the function returns the decimal integer 101. * @param number positive integer number to convert * @returns integer with digits representing binary value representation of * number. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected