You are on page 1of 4

ABSTRACT

The Modern Periodic Table project is a


simple console application built without the
use ofgraphics. It is developed using the C
programming language for the purpose of
storing name,symbol, atomic number, atomic
weight, and some important properties as
well as to displaythem as per requirement of
the user.

This project will help you to understand file


handling in C i.e. creating a file andaccessing
the stored data in the file, modifying and
removing the stored data. It will also helpyou
to understand the use of functions as well as
different parameters of C
programminglanguage.
.

INTRODUCTION

Problem definition: The problem is used to find elements by using atomic weight , atomicnumber, element symbol
in the modern periodic table

Introduction to periodic tableWe have used

Elements

Atomic weight

Atomic number

Element symbolFor solving problem


For implementation C language:

void add(): This function is used to input or add the information of new element tothe program.

void explore(): This function is used to explore the stored information in the filecreated.

void mainscreen(): It is included in source code of project file in order to print thetext 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:

In the project, you can add any new elementwith its name, symbol, atomic number, atomic weight and its some
important

You might also like