Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 14, 2021 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/39a07ec11330c98731fd047996670c6b to your computer and use it in GitHub Desktop.
Save parzibyte/39a07ec11330c98731fd047996670c6b to your computer and use it in GitHub Desktop.
// Decimal a binario
decimalACualquierBase(decimal, resultado, 2, "01");
printf("Resultado de convertir el decimal %lf a binario: %s\n", decimal, resultado);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment