Recharge System using C
A demonstration to c programming application- Prerequisites: - The C Language is developed for creating system applications that directly interact with hardware devices such as drivers, kernels, etc.
C programming is considered as the base for other programming languages, that is why it known as mother language.
Here are some links below which helps you to understand C language in a better way:
- About the project: - This project is about mobile recharge system. It includes two modules one is a customer and another is the administrator. In the customer module, there are two sub-modules one is a new customer and another is the existing customer. In the new customer sub-module, you help a person to register for a new SIM card. Then, login id and password should be generated and display to the customer. All details entered by the new customer would be kept in a text file. In the existing customer sub-module, the customer will enter login id and password given at the time of registration and then three sub-sub-module will display to the customer. First one is to check the balance of the customer, the second one is to browse plans of the selected operator, the third one is to recharge now which includes the recharge process. In the administrator module, the admin will enter the login id and password to access his/her account. Then, the admin will add, update and delete any plan of the selected operator. All plans details would be kept in text files. This is a brief review of this project.
- Purpose: - This project contains nearly all real-time recharge system modules. The purpose of this project to help students in creating summer training project. There is also a PPT attached to this project that helps you to build the same project on your own. The link of this project is given below but I recommend you to try it by yourself first.
- Source Code:- https://github.com/techindky/recharge_system_in_c
Comments
Post a Comment