[PR #240] [MERGED] Update isArmstrong.c #531

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/240
Author: @travellers
Created: 7/7/2019
Status: Merged
Merged: 10/8/2019
Merged by: @ashwek

Base: masterHead: patch-1


📝 Commits (2)

📊 Changes

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

View changed files

📝 misc/isArmstrong.c (+46 -21)

📄 Description

Fix: only numbers which is between 99 and 1000 can be checked.
So, it can check if any positive number is armstrong number.


🔄 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/240 **Author:** [@travellers](https://github.com/travellers) **Created:** 7/7/2019 **Status:** ✅ Merged **Merged:** 10/8/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`c030fd1`](https://github.com/TheAlgorithms/C/commit/c030fd18bec0c4b76cf35206b48188579d1ecaf2) Update isArmstrong.c - [`06ca515`](https://github.com/TheAlgorithms/C/commit/06ca5158a598a97bac88bf20b3d214d94eac9a59) format code ### 📊 Changes **1 file changed** (+46 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `misc/isArmstrong.c` (+46 -21) </details> ### 📄 Description Fix: only numbers which is between 99 and 1000 can be checked. So, it can check if any positive number is armstrong number. --- <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:13:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#531