Welcome to my C Programming Practice repository! 🚀 As a student, I've completed a series of experiments during my first semester, exploring various aspects of C programming, computer organization, and algorithms.
S.no | Experiment Name |
---|---|
1 | Introduction: Computer Organization; Algorithms, flowchart; Computer languages; Compiler, Assembler and Interpreter; Familiarization with Code Block |
2 | Pseudo Code & Input and Output with C |
3 | Defining and implement different Data types, Data representation, Identifiers, Reserved words, Variables and constants. |
4 | Arithmetic and logical Operators |
5 | Conditional Statements |
6 | Switch case statements |
7 | Loops |
8 | Arrays |
9 | Functions |
10 | Pointers, Dynamic memory allocation, ragged arrays |
11 | Searching and sorting algorithm. |
12 | Structures, Structure declaration, accessing structure members, array of structures |
13 | Passing structures as function arguments |
14 | File Handling Read / Write |
🎉 All experiments have been successfully completed following the university guidelines.
👉 I welcome contributions! If you have additional experiments, improvements, or corrections to share:
- Fork this repository.
- Create a new branch:
git checkout -b feature/new-experiment
. - Commit your changes:
git commit -m "Added a new experiment"
. - Push to the branch:
git push origin feature/new-experiment
. - Submit a pull request.
Let's learn and grow together! 🌱
If you have any questions or need clarification on specific experiments, feel free to use the "Contributing" section in the README.