Skip to main content

Programming:

   Programming is the way to " instruct the computer to perform various tasks".
  1. Different  languages  of programming.
There are many different  and various languages has been created to perform different  computer tasks.
These are:
  1. C
  2. C++
  3. C#
  4. Python
  5. Java
  6. Ruby
Etc. 
C and c++ is the simplest languages of the computer programming.

Creators:
The creator the c++ language  is bjorne stroustrup.
The c language was created by Dennis Ritchie.
And many other creators create other languages.

Cpp coding:

In cpp coding there are many header files used in the programing. This is the basic language of programming ,same as c is the basic language.

These header files are given below just for your knowledge .some header files are given

#include<iostream>
  This header file are use just to input and output.
Such as in cpp
For input we use cin. 
Where cin means input take from the user.

And cout ,
Where cout means output or result of your coding.
There are also many header files.