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

What is buffer and example?

533


What is the difference between structure and class?

571


What is c++ w3school?

644


Incase of a function declaration, what is extern means?

528


what kind of projects are suitable for c and c++

631






What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

593


Explain function overloading

597


Explain what you mean by a pointer.

644


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

668


You want to link a c++ program to c functions. How would you do it?

549


What are the uses of pointers?

591


What does new return if there is insufficient memory to make your new object?

599


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

1093


How to declare an array of pointers to integer?

595


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

620