[PR #51] [MERGED] Add: Implementation of Binary to Octal Conversion #263

Open
opened 2026-01-29 15:10:47 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/51
Author: @jebinphilipose
Created: 9/30/2017
Status: Merged
Merged: 12/27/2017
Merged by: @christianbender

Base: masterHead: bin-to-oct


📝 Commits (1)

  • f7795e1 Add: Implementation of Binary to Octal Conversion

📊 Changes

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

View changed files

conversions/binary2octal.c (+52 -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/51 **Author:** [@jebinphilipose](https://github.com/jebinphilipose) **Created:** 9/30/2017 **Status:** ✅ Merged **Merged:** 12/27/2017 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `bin-to-oct` --- ### 📝 Commits (1) - [`f7795e1`](https://github.com/TheAlgorithms/C/commit/f7795e13563c1b48f229ebe9a927c246094ea96e) Add: Implementation of Binary to Octal Conversion ### 📊 Changes **1 file changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `conversions/binary2octal.c` (+52 -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:10:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#263