[PR #526] [MERGED] Octal to Decimal #943

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/526
Author: @LethargicLeprechaun
Created: 5/2/2020
Status: Merged
Merged: 5/3/2020
Merged by: @StepfenShawn

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

conversions/octal_to_decimal.c (+38 -0)

📄 Description

Added an example for octal to decimal.


🔄 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/526 **Author:** [@LethargicLeprechaun](https://github.com/LethargicLeprechaun) **Created:** 5/2/2020 **Status:** ✅ Merged **Merged:** 5/3/2020 **Merged by:** [@StepfenShawn](https://github.com/StepfenShawn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6f20588`](https://github.com/TheAlgorithms/C/commit/6f20588fdb7d9e7d19fbc41e86430a18987f58d1) Added octal to decimal ### 📊 Changes **1 file changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `conversions/octal_to_decimal.c` (+38 -0) </details> ### 📄 Description Added an example for octal to decimal. --- <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:16:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#943