This is a Repository of C Programs which I have coded. You can refer these programs for understanding and application for the given problem. These Programs will also help you for your Exams.
- Fork the repository.
- Clone the repository to your local system.
git clone https://github.com/<YOUR_GITHUB_USERNAME>/C-Programs- Create a new branch.
git checkout -b <NEW_BRANCH_NAME>- Make your changes.
- Add your changes.
git add .- Commit your changes. Make sure you checkout the Semantic Commit Messages section.
git commit -m "commit message"- Push your changes.
git push origin <NEW_BRANCH_NAME>- Create a pull request. You're done!
We are using semantic commit messages made by us own. It is used as follow :
For new file
Added: filenameFor edit in file
Updated: filename: update_messageFor new docs
Added doc: parent_folder_nameFor edit in docs
Updated doc: parent_folder_name: update_messageIf you have any query regarding this repository then feel free to raise an issue or contact the following maintainers.. If you want any more programs to be uploaded please do let me know.
Thanks for reading this README.md file. If you like this repository then please give it a Star. If you want to contribute to this repository then please read the Contributing section.
