1. C/C++ is the most popular PC programming
language.
2. C/C++ is unique in programming language in
that it provides the convenience of a high
level language such as Basic or Pascal, but
at the same time allows much closer control
of a computer's hardware and peripherals,
as the assembly language does.
3. C/C++ compilers can generates amazingly
fast code.
4. C++ Language is a well-structured and modular
language. Its syntax makes it easy to write
programs that are modular and therefore they are
easy to understand and maintain.
5. C++ Language is portable: i.e., it is easier to
convert a program to run on a different machine
than it is to convert programs written in most
other languages.
6. C++ Language IDE is more user-friendly then
most other languages.
0 Comments