Skip to main content

HIGH LEVEL PROGRAMMING LANGUAGE - C and C++


C and C++ are high end programming languages used by the end users to give instructions to the machine to do the necessary or required task without learning the machine level language.
These languages can be coded using the some software application like Turbo C and Turbo C++.
These software tools use a tool called compiler which is used to convert the high level language to machine level language.

These high level languages are converted to machine language which is the only language that the machine can understand to process the information.

 
C
C++
It was developed by Dennis Ritchie.
It was developed by Bjarne Stroustrup 
It is a structure programming language.
It is an object oriented programming language.
If a problem is given in C, it divides the problem into multiple modules such as functions and procedures and then solves the problem.
If a problem is given in C++, it uses data binding and encapsulation techniques to solve the problem.
Scanf and Printf are the input and output function used respectively in C.
Cin and Cout are the two different functions used for input and output in C++.
Error handling is not done in C language.
Error handling is done in C++.
Stdio.h is the header file used to incorporate the input and output function in C language.
Iostream.h is the header file used in the C++ language to incorporate the input and output function.
There is no extension that supports overloading operations such as function and operator overloading in C.
Overloading operations such as function and operator overloading are possible in C++.
Since it does not have any object, it doesn't support object oriented programming concepts like polymorphism, encapsulation et cetera.
It consist of objects and it is also known as Object oriented programming System. It supports all the object oriented concepts such as polymorphism, Encapsulation, Abstraction, Inheritance et cetera.


Comments

Popular posts from this blog

Learn To Speak English Properly

So one should know to speak English properly because in every language among the four different skills (Reading, Writing, Listening, and Speaking) the people are judged based on their speaking skills. This is because the language knowledge of a person is easily showed by their speech. If they can communicate well then they can obviously listen well because the more you listen the more you can speak. Besides these fore-mentioned statements, speaking is the skill which is more used among the four skills in every language. So in order to have a proper rapport with your clients, customers, friends or well-known people from another country, you should know how to speak clearly and properly. Many people have started speaking English now a day. But not all of them are speaking clearly and properly. It might have an impact ranging from bad to severe sometimes. For instance when someone is giving a presentation to a multitude of people who are from different parts of the world, they...

Why PHP Language and Not Others?

For any programming language to be successful, it’s very important for it to be accepted by the community of the developers. And, yes this community of developers has to be huge and coming to PHP it has passed this hurdle and has gained a considerable amount of popularity among both the users and developers. It is accepted widely for building dynamic web apps using MySQL. Database connection. The language is open source with a suitable development environment, and also budget-friendly, why would anyone not opt for such programming language? Easy to use, feature-filled, and quality-rich, it has every glittering benefit that a developer seeks in any programming language. PHP offers several pros which will eradicate your restrictions from developing something out of the box. Coming to installation and setup, PHP language is easy to set up and learn. One of the considerations apart from ease and functionality is its demand. What’s the point of learning something which is not in dem...

Preparation Guide of Purpose of HP Exam

ABOUT COURSE OVERVIEW : Understand Business Technology Optimization and the BTO engagement model 1.     Understand the Performance Center of Excellence 2.     Effectively plan a performance test based on measurable objectives 3.     Create realistic load tests based on industry best practices 4.     Implement a repeatable test execution methodology every time 5.     Report results effectively to technical and non-technical audiences 6.     Tie performance results back to business objectives Requirements:  Designing and implementing the Exam is one of the core requirements to be certified in AIS This includes proper procedures for planning a load test including what to document prior to testing and defining the scope of the test. Items to be covered include: Defining Measurable Goals Organizing Application and System Information Defining Team Roles and Responsibilit...