Modern Periodic Table using C
Main Functions:
- Void add (): Input or add the information of new element to the program.
- Void explore (): To explore the stored information in the file created.
- Void mainscreen(): To print the text style and to control its color.
- Void mainscreen(): This function is used to print the main screen or menu of the project.
The key features of Modern Periodic Table mini project in C are briefly described below:
Storage of Element Information: Add any new element with its name, symbol, atomic number, atomic weight and its some important properties. When new element information is to be added to this Modern Periodic Table, you have to enter 1 in the main menu and input information in given format. These information are stored in file created on the hard disk of computer by program itself. Exploration of element Information: Explore or to display the stored information. You can search an element by using any of the following method:
- By name of element
- By symbol of element
- By atomic number of element
- By atomic weight of element