difference between c and c++?

Answer Posted / kasi

1)C is procedure oriented programming & c++ is object
oriented programming.
2}c gives importance to procedure that is functions rather
than data.
c++ is object oriented language and gives importance to
object that is data .
3)c is middle level language.
c++ is high level language
4)c is structured design,c++ is object oriented design
5)c is top-down approach,c++ is bottom-top approach

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

1586


Do class declarations end with a semicolon?

604


Explain the advantages of using friend classes.

594


What is a friend function in c++?

583


What is enum c++?

618






What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

640


Why cstdlib is used in c++?

585


What is a singleton class c++?

546


What is singleton class in c++?

596


Is it possible to use a new for the reallocation of pointers ?

601


What is function overriding in c++?

606


What is the identity function in c++? How is it useful?

553


How a new element can be added or pushed in a stack?

583


What is the difference between a template and a macro?

585


Why is it called c++?

587