Hey..! So this repo contains some of the basic programs written using C and C++.These programs were done as part of my College coursework.Hope you guys find it usefull and do create an issue if you come across an error.Also,this is not a final copy and the files are being updated everyday, so do bear with the untidy arrangement of the files. So..Happy Coding..!
- S-3: Contains various C programs.
- Docs: Contains documentation and pseudocodes.
- ASCII.c: A program to print ASCII values.
- Arrayrotation.c: A program for array rotation.
- Counter.c: A counter program.
- Diagonal.c: A program to print diagonals of a matrix.
- Equal string.c: A program to check if two strings are equal.
- HCF.c: A program to find the Highest Common Factor (HCF).
- InsertElement.c: A program to insert an element in an array.
- MeanMedianMode.c: A program to find the mean, median, and mode.
- RepeatedElements.c: A program to find repeated elements in an array.
- SecondLargest.c: A program to find the second largest number in an array.
- Simple pattern1.c: A program to print a simple pattern.
- Transpose.c: A program to find the transpose of a matrix.
- pointer1.c: A basic program on pointers.
- Armstrong.png
- Factorial.png
- MULTIPLICATION TABLE.png
- Screenshot 2023-04-10 at 19-27-55 Online C Compiler.png
- Screenshot 2023-04-15 at 00-19-16 DartPad.png
- Screenshot 2023-04-18 at 20-01-27 Online C Compiler.png
- Screenshot 2023-04-18 at 20-39-20 Online C Compiler.png
- Screenshot 2023-04-18 at 20-46-48 Online C Compiler.png
- Swap two numbers.png
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
To use these programs, you need to have C installed on your system,or do seek the help of an online compiler. You can clone this repository using:
git clone https://github.com/nikhilt77/C-LABS