[PR #114] [MERGED] added binary to hexadecimal conversion #343

Closed
opened 2026-01-29 15:11:51 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/114
Author: @debck
Created: 1/28/2018
Status: Merged
Merged: 1/30/2018
Merged by: @christianbender

Base: masterHead: master


📝 Commits (1)

  • 264fd91 added binary to hexadecimal conversion

📊 Changes

1 file changed (+21 additions, -0 deletions)

View changed files

conversions/binary2hexa.c (+21 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/114 **Author:** [@debck](https://github.com/debck) **Created:** 1/28/2018 **Status:** ✅ Merged **Merged:** 1/30/2018 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`264fd91`](https://github.com/TheAlgorithms/C/commit/264fd91af9d50973495778554a12369254dcbe8a) added binary to hexadecimal conversion ### 📊 Changes **1 file changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `conversions/binary2hexa.c` (+21 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:11:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#343