Skip to content

Modern Periodic Table is a simple console application that is developed in C for displaying and storing name, symbol, atomic number, and atomic weight of elements as per the requirement of the user.

Notifications You must be signed in to change notification settings

patilakashh/PeriodicTableUsingC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Periodic Table using C

Main Functions:

  1. Void add (): Input or add the information of new element to the program.
  2. Void explore (): To explore the stored information in the file created.
  3. Void mainscreen(): To print the text style and to control its color.
  4. 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:

  1. By name of element
  2. By symbol of element
  3. By atomic number of element
  4. By atomic weight of element

About

Modern Periodic Table is a simple console application that is developed in C for displaying and storing name, symbol, atomic number, and atomic weight of elements as per the requirement of the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages