Programming is the way to " instruct the computer to perform various tasks".
- Different languages of programming.
These are:
- C
- C++
- C#
- Python
- Java
- 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.