Writings: Product, Engineering and traveling…
-

Periodic Table C Program.
Hey, I am happy to upload my first program on the internet. This program is written in C language. It is a program to find Atomic numbers of certain elements. Read the ‘Readme’ file to know how I made this program. Download the source code and the text file here:- For the execution of this…
-

Time Difference Calculator C Program.
Using Call by reference I have made a C program to calculate time difference between start time and end time. First we declare three integers in a structure ‘sec, min, hrs’ to store the timings in hours:minutes:seconds format. Then we declare a function Difference to which we are going to…
-
How to Install C IDE ?
The best available Integrated Development Environment for C and C++ is Eclipse CDT. It has all those features you need in your IDE. Here read more about Eclipse CDT. It is quite easy to install CDT on Linux so, we will be discussing how to install CDT on your Windows Computer. Before we proceed…
Get in touch with me