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 / jayashri jali

->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.
-> in c++ data will be secured means its a secured
programming language where as c is insecure.
using the properties in c++ like inheritance,function
overloading etc we can minimize the data redundancy.
c does not have such properties.
->c is top down approach, c is bottom up approach.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is using namespace std in c++?

1165


How can I learn dev c++ programming?

1063


Why do we use templates?

1061


Please explain class & object in c++?

1096


Why is main function important?

1113


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

970


What is the header file for setw?

1135


Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

1110


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

2017


What is the protected keyword used for?

1113


Is there a sort function in c++?

1006


Is vector a class in c++?

1051


Which software is best for coding?

1048


Describe the process of creation and destruction of a derived class object?

1120


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2574