[PR #50] [CLOSED] Add: Binary to Octal conversion #267

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/50
Author: @jebinphilipose
Created: 9/30/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • a39abde Add: Binary to Octal conversion

📊 Changes

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

View changed files

conversions/binary2octal.c (+52 -0)

📄 Description

I added the program which converts binary number to its octal equivalent which was missing in the original repository.
Please review my pull request, and merge it if there are no issues. This is my first PR (#50). Awaiting for your response.
Thank you.


🔄 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/50 **Author:** [@jebinphilipose](https://github.com/jebinphilipose) **Created:** 9/30/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a39abde`](https://github.com/TheAlgorithms/C/commit/a39abde377cbb261ceb9711fcbf5f3d899f18715) Add: 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 I added the program which converts binary number to its octal equivalent which was missing in the original repository. Please review my pull request, and merge it if there are no issues. This is my first PR (#50). Awaiting for your response. Thank you. --- <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:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#267