difference between c and c++?

Answer Posted / asri

c is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
c++ is object oriented language and gives importance to
object that is data
c++ is high level language

Is This Answer Correct ?    393 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2406


What are the effects after calling the delete this operator ?

667


What is the use of object in c++?

685


What it is and how it might be called (2 methods).

748


When does a 'this' pointer get created?

708






Mention the storage classes in c++.

739


Why is swift so fast?

717


Can union be self referenced?

672


What does asterisk mean in c++?

673


Write a function that swaps the values of two integers, using int* as the argument type?

690


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

3444


Describe exception handling concept with an example?

643


Explain what is oop?

706


How can I improve my c++ skills?

662


Is there any difference between int [] a and int a [] in c++?

639