Skip to content

C program which gives information about different elements in the periodic table

License

Notifications You must be signed in to change notification settings

nitin-bommi/Periodic-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeriodicTable

Applying C concept and creating a Periodic-Table.

The Periodc-Table is a tabular display of the chemical elements, which are arranged by atomic number, electron configuration, and recurring chemical properties.

The first 109 elements in the Periodic-Table are available here.

The code is run on Terminal.

To clear the screen,

void clrscr() {
    system("@cls||clear");
}

It checks for the inputs and then performs actions accordingly.

When the code is run using

./a.out

We are free to search on our own.

The details of the element is printed.

The text coulor is changed using,

\033[(31-37)m

About

C program which gives information about different elements in the periodic table

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages