Tuesday 6 August 2013

Basic Concepts Of C++

c++ language is the mother of all programing languages,before learing any programing language
C++ is must learn first.Because the other programing language has to much ideas taken from the
C++ language.You will able to know the concepts of the other programing language by learing C++.
The concepts used in the C++ language also uses in the other programing languages.I am going
to share you few concepts which is uses in all programing languages.

What is Compiler?

Compiler is a type of softwere which is used in most programing languages.But in the C++ language
compiler do the works of transfers the instruction of c++ language into the Non executable machine
codes.


What is Linker?

Linker is a type of softwer which install automatically with the installation of C.Which changes
the non executable machine codes into the executable machine codes.


c
C Compiler


What is Reserve Words?
Reserve words are the type of words which done the other works in the C++ language.These words
cannot be used as a variables.Thats is why these words used as reserve words.


What is Reserbe Symbols?
Like the reserve words there are some reserve symbols like +,-,*,{},(),:

What is Statment And Instruction?
The combination of the reserve words and the reserve symbols is called statment.And all the
statments which is written in the C++ is called instructions.

What are Variables?
Variables is the most value able concept.Variable is an entity due to which value going on increasing
or decreasing.

What is constant?

Constant is also an entity but it is opoite to the variables.The value of the constant remains constant it
does not increases or decreases while the value of variables decreases or increases.

No comments:

Post a Comment