fineanmol / Hacktoberfest2024

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
https://fineanmol.github.io/Hacktoberfest2024/
GNU General Public License v3.0
2.53k stars 8.01k forks source link

Adding simple Banking System In C #6173

Open adarshherohoo opened 1 year ago

adarshherohoo commented 1 year ago

Is your feature request related to a problem? Please describe. Many beginners in programming start with C, which is a fundamental and widely used programming language. However, there is a lack of practical and real-world project examples specifically tailored for C learners, leaving them without appropriate resources to apply their knowledge and skills.

Describe the solution you'd like I suggest creating and providing a simple banking system project implemented in C. This project should cover basic concepts such as data structures, file handling, conditional statements, loops, and functions. It should be well-commented and structured, making it easy for beginners to understand and learn from. Additionally, the project should include clear explanations of the code logic and step-by-step instructions, guiding learners through the implementation process. Providing such a resource will enable beginners to apply their theoretical knowledge in a practical context, enhancing their understanding of programming concepts. Describe alternatives you've considered Online Tutorials: While there are online tutorials available, a standalone, well-documented project consolidates learning into a practical, hands-on experience. Learning Platforms: Some platforms offer interactive coding challenges, but a comprehensive project provides a holistic view of programming concepts. Additional context Adding a simple banking system project in C will cater to the needs of beginners and enhance their programming skills. It will serve as a valuable resource for self-learners and educators alike, fostering a better understanding of C programming concepts through real-world application.

adarshherohoo commented 1 year ago

@fineanmol can you please assign it to me and please label it as hacktoberfest. Thnakyou

chandanmahato624 commented 1 year ago

!assign

adarshherohoo commented 1 year ago

!assign

Waiting🙂

Ishika0-0 commented 1 year ago

@fineanmol I have created the banking system in C , solving the issue. #6173

adarshherohoo commented 1 year ago

@fineanmol can you please check thiss