[PR #170] [CLOSED] Created a Conversion Without Array #418

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/170
Author: @sudowick
Created: 10/8/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 281d6be Created a Conversion Without Array
  • c704e34 COUNT THE NUMBER OF CHARACTERS ENTERED IN A WORD

📊 Changes

2 files changed (+46 additions, -0 deletions)

View changed files

Conversions/decimal-to--octal-without-array.c (+26 -0)
misc/count-characters.cpp (+20 -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/170 **Author:** [@sudowick](https://github.com/sudowick) **Created:** 10/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`281d6be`](https://github.com/TheAlgorithms/C/commit/281d6be982d3af021304de97657432164b2f438e) Created a Conversion Without Array - [`c704e34`](https://github.com/TheAlgorithms/C/commit/c704e341e6445c55ec1c656e641ddb289d00334a) COUNT THE NUMBER OF CHARACTERS ENTERED IN A WORD ### 📊 Changes **2 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Conversions/decimal-to--octal-without-array.c` (+26 -0) ➕ `misc/count-characters.cpp` (+20 -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:12:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#418