This repository contains a collection of C programs developed by me as a beginner for practice purposes. Each program focuses on implementing different concepts and functionalities in the C programming language.
- ATM Simulator: A simple program simulating an ATM machine allowing users to deposit, withdraw, and check their balance.
- File Management System: A program for managing files and directories, including operations such as create, delete, copy, and move.
- Number System Converter: A program to convert decimal numbers to binary, octal, or hexadecimal numbers.
- Palindrome Checker: A program that checks whether a given string is a palindrome or not.
- Rock-Paper-Scissors Game: A game where the user can play against the computer, choosing Rock, Paper, or Scissors.
- Simple Calculator: A program that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Temperature Conversion: A program that converts temperature between Fahrenheit and Celsius.
- Guess the Number Game: A program that asks the user to guess a number between 1 and 100.
Each program has its own directory with source code files. You can navigate to the respective directories to find the source code and documentation for each program. Feel free to explore, modify, and experiment with the code.
As a beginner, I welcome any feedback or suggestions for improvements to the programs. If you have any ideas for enhancements or if you spot any issues, please feel free to open an issue or submit a pull request. Your contributions are highly appreciated!
This repository is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.
Note: These programs are developed solely for educational and learning purposes. They may not be suitable for use in production environments.