Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 957 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 957 Bytes

C Programs Repository 🖥️🚀

Welcome to my C programs repository! Below are the programs available in this repository, which mark the beginning of my coding journey. These programs are simple yet fundamental, serving as the foundation of my exploration into the world of programming.

Programs

  1. First Prog - A basic C program demonstrating the structure of a C program.
  2. Name Print - A simple program to print your name.
  3. Addition - A program to add two numbers.
  4. Factorial - Calculate the factorial of a given number.
  5. Simple Interest - Calculate simple interest based on user input.
  6. Swapping - Swap two variables without using a temporary variable.
  7. Tic Tac Toe - Implementation of the classic game Tic Tac Toe.

Feel free to explore the programs and use them for learning or reference purposes.

Thank you! 🙌