Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Specify different types of decision control statements?

799


When to use “const” reference arguments in a function?

1009


What are the restrictions apply to constructors and destructors?

1028


Explain polymorphism?

1030


Why is it called c++?

975


What is extern c++?

944


Write a program which uses Command Line Arguments

1112


In a function declaration what does extern means?

982


What is null pointer and void pointer?

1007


Explain the difference between overloading and overriding?

1081


What return value must conversion operators have in their declaration?

1028


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

1009


Which software is used to run c++ program?

942


How static variables and local variablesare similar and dissimilar?

994


What is conditions when using boolean operators?

1140