difference between c and c++?

Answer Posted / nagalaxmi thumma

-> C is a Procedure language where as C++ is object-oriented
language.

->C is Low Level language where as C++ is High Level Language.

->C is Top-Down Approach where as C++ is Bottom-up Approach.

->C++ accept all the feature & function of of C and its own
properties,but C doesn't accept all features & Functions of C++.

->C gives importance to the Functions and Procedures where
as C++ gives importance to the Objects.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where can I run c++ program?

605


Explain the extern storage classes in c++.

556


Is there structure in c++?

594


How are pointers type-cast?

649


Explain the register storage classes in c++.

674






Why is main function important?

588


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2002


When do you call copy constructors?

654


How can a struct in c++ differs from a struct in c?

614


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

634


How does a copy constructor differs from an overloaded assignment operator?

560


What is a binary file? List the merits and demerits of the binary file usagein C++.

732


What do you mean by global variables?

572


Explain mutable storage class specifier.

637


What are arrays c++?

612