KALIIOWORK / KALIIOWORK/basic_c_programs

"Check Palindrome Number" Challenge

Open
#10 1 comment 0 reactions 0 assignees View on GitHub
good first issue hacktoberfest
Dominant language
C
Stars
0
Forks
4
PR merge metrics
No merged PRs in 30d

Description

🌟 **Hello Aspiring Coders!**

**Challenge:** Create a C program that checks whether a given number is a palindrome or not. A palindrome number is a number that reads the same forward and backward (e.g., 121, 1331). This task will enhance your skills in loops, conditionals, and number manipulation.

**Instructions:**

1. Fork this repository.
2. Create a new branch.
3. Write a C program that takes an integer input from the user and determines if it's a palindrome number.
4. Ensure the program handles negative numbers and provides clear output indicating whether the number is a palindrome or not.
5. Commit your changes and submit a pull request.

**Bonus:** Optimize your program to handle larger numbers efficiently.

**Happy Coding!** 🚀

*Note: This beginner-friendly issue is a great opportunity to practice loops, conditionals, and number manipulation in C!*

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.