C/C++ and its History and also layout

Posted on at


introduction to c/c++

Today i am going to tell you about about very famous computer language c/c++ or simply called computer- language. This language was developed by " Bjarne Stroustrop " at bell labs. Usually C & C++ are used in as one unit but there is a different between them. The c++ is the super-set of C because the features of C programming language are by C++.

                                        

Well both these are also known as the programming languages. because these languages consist of instructions which are necessary for running any application. This language is used for developing different kinds of software. software and many other applications of computer which we use in  our daily life are made up of c-language. 

                                    

c-language is very important computer language. it can not understand by ordinary computer or any person. so it is run in special kind of applications known as compilers. which translate these languages and make it easy to understand. 

                                             

                                           Layout of C-language:

The general layout of this language is 

                                     #include<iostream.h>

                                        void main()

                                         {

                                                 program body or any thing which want to insert in                                                            program 

                                                }

                                           

here include is header file, while sostream stands for " input out stream".

without header file a program cannot run. so header file is necessary for every program.

                           Written By : 

                                                Kamil khan 

 



About the author

kamil-khan

I am kamil khan, i am on film annex because through this platform i can share my thoughts and ideas with world....

Subscribe 0
160