NOTE: Make sure to add your profile details to contributors.json in Quiver 2025
- "Hello, World!" Program
 - Program to Print an Integer (Entered by the User)
 - Program to Add Two Integers
 - Program to Multiply two Floating Point Numbers
 - Program to Find ASCII Value of a Character
 - Program to Compute Quotient and Remainder
 - Program to Find the Size of int, float, double and char
 - Program to Demonstrate the Working of Keyword long
 - Program to Swap Two Numbers
 - Program to Check Whether a Number is Even or Odd
 - Program to Check Whether a Character is Vowel or Consonant
 - Program to Find the Largest Number Among Three Numbers
 - Program to Find all Roots of a Quadratic Equation
 - Program to Check Leap Year
 - Program to Check Whether a Number is Positive or Negative
 - Program to Check Whether a Character is an Alphabet or not
 - Program to Calculate the Sum of Natural Numbers
 - Program to Find Factorial of a Number
 - Program to Generate Multiplication Table
 - Program to Display Fibonacci Sequence
 - Program to Find GCD of two Numbers
 - Program to Find LCM of two Numbers
 - Program to Display Characters from A to Z Using Loop
 - Program to Count Number of Digits in an Integer
 - Program to Reverse a Number
 - Program to Calculate the Power of a Number
 - Program to Check Whether a Number is Palindrome or Not
 - Program to Check Whether a Number is Prime or Not
 - Program to Check Armstrong Number
 - Program to Display Factors of a Number
 - Program to Make a Simple Calculator Using switch...case
 - Program to Display Prime Numbers Between Intervals Using Function
 - Program to Check Prime or Armstrong Number Using User-defined Function
 - Program to Check Whether a Number can be Expressed as Sum of Two Prime Numbers
 - Program to Find the Sum of Natural Numbers using Recursion
 - Program to Find Factorial of a Number Using Recursion
 - Program to Find G.C.D Using Recursion
 - Program to Convert Binary Number to Decimal and vice-versa
 - Program to Convert Octal Number to Decimal and vice-versa
 - Program to Convert Binary Number to Octal and vice-versa
 - Program to Reverse a Sentence Using Recursion
 - Program to Calculate the Power Using Recursion
 - Program to Calculate Average Using Arrays
 - Program to Find Largest Element in an Array
 - Program to Calculate Standard Deviation
 - Program to Add Two Matrices Using Multi-dimensional Arrays
 - Program to Multiply Two Matrices Using Multi-dimensional Arrays
 - Program to Find Transpose of a Matrix
 - Program to Multiply Two Matrices by Passing Matrix to a Function
 - Program to Access Array Elements Using Pointer
 - Program to Swap Numbers in Cyclic Order Using Call by Reference
 - Program to Find Largest Number Using Dynamic Memory Allocation
 - Program to Find the Frequency of Characters in a String
 - Program to Count the Number of Vowels, Consonants and so on
 - Program to Remove all Characters in a String Except Alphabets
 - Program to Find the Length of a String
 - Program to Concatenate Two Strings
 - Program to Copy String Without Using strcpy()
 - Program to Sort Elements in Lexicographical Order (Dictionary Order)
 - Program to Store Information of a Student Using Structure
 - Program to Add Two Distances (in inch-feet) System Using Structures
 - Program to Add Two Complex Numbers by Passing Structure to a Function
 - Program to find Conatiner with most water
 
To participate, follow these steps:
- Register for HacktoberFest on the official website.
 - Star this repository ⭐ – Click on the "Star" button at the top right corner of the page. This step is mandatory to get your pull request accepted.
 - Fork this repository by clicking the "Fork" button in the top right corner.
 - Clone the repository:
 
https://github.com/noodles-sed/Simple-DSA.git
5. **Navigate into the project directory**:
```bash
cd Hacktoberfest2025
- Create a new branch:
git checkout -b your-branch-name
 - Make your changes – Add your code, fix bugs, or improve documentation.
 - Commit your changes:
git commit -m "A meaningful commit message" - Push your branch to GitHub:
git push origin your-branch-name
 - Create a Pull Request (PR) – Once your branch is pushed, navigate to the original repository and create a pull request from your fork.
 
To have a successful PR counted toward HacktoberFest:
- Make sure your PR follows HacktoberFest guidelines.
 - Only one PR per issue. Multiple PRs for the same issue will not be accepted.
 - Contributions should be meaningful. Avoid simple typo fixes or formatting changes.