C
-
Updated
Apr 14, 2023 - C
C
Change the function of a keyboard key to perform the function you want.
Palindrome Checker is a C program that determines if a string reads the same forward and backward. It ignores non-alphanumeric characters and is case-insensitive. The program runs in a loop, allowing multiple checks, and provides clear results and prompts to continue or exit.
a todo list command in multiple language
The Factorial Calculator is a C-based program that computes the factorial of any non-negative integer using recursion. It provides clear, formatted output, handles invalid inputs like negative numbers, and is simple to use. Compile, input a number, and get the factorial instantly!
Add a description, image, and links to the c-script topic page so that developers can more easily learn about it.
To associate your repository with the c-script topic, visit your repo's landing page and select "manage topics."