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 / swapna adusumilli

c is procedure oriented language. In c first we have to
declare methods and call those methods in main(). After that
we have to implement those methods.
c is middle level language.
c++ is object oriented language and gives importance to
object that is data. Here first we have to implement
methods, after that we call those methods in main().
c++ is high level language

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is == in programming?

973


Write about the various sections of the executable image?

932


Write syntax to define friend functions in C++.

1004


Write about the use of the virtual destructor?

959


What are arithmetic operators?

940


What does ctime() do?

1047


Which one is better- macro or function?

1123


What are manipulators used for?

1037


What is oops in c++?

996


What are move semantics?

1081


What is the history of c++?

998


What is while loops?

995


How does list r; differs from list r();?

1087


What is a sequence in c++?

959


How the delete operator differs from the delete[]operator?

1049