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...


what is the main difference between c and c++?

Answers were Sorted based on User's Feedback



what is the main difference between c and c++?..

Answer / shivi

c++ use modular approach
c does't use modular approach

Is This Answer Correct ?    7 Yes 1 No

what is the main difference between c and c++?..

Answer / aparna

C is a procedural language,but C++ is a object oriented
language.C does not support the operator overloading,but C++
support the operator overloading.In C memory allocation is
done with "malloc" statement.In C++ memory allocation is
done with "new" statement.In c memory deallocation is done
with "free" statement.In C++ memory deallocation is done
with "delete" statement.

Is This Answer Correct ?    7 Yes 2 No

what is the main difference between c and c++?..

Answer / anees

c does not support the c++ programme but c++ support the c
program.c++ support operator overloading but
c doesn't support operator overloading.C++ allows the
programmer to create classes, which are
somewhat similar to C structures. However, to a class can be
assigned methods, functions associated to it, of various
prototypes, which can access and operate within the class,
somewhat like C functions often operate on a supplied
handler pointer.

Is This Answer Correct ?    7 Yes 2 No

what is the main difference between c and c++?..

Answer / rajiv vaddi

c++ includes the concepts of oops like class,
inheritance,polymorphism,encapsulation,data obstraction etc...
these are not present in c programming language.
this will reduce the complexity of the program , while these
features are not present in c programming .

Is This Answer Correct ?    5 Yes 0 No

what is the main difference between c and c++?..

Answer / e.e.n.bashy

c is structural programming language while c++ is object
oriented programmimg language

Is This Answer Correct ?    6 Yes 1 No

what is the main difference between c and c++?..

Answer / e.e.n.bashy

c with no cursor but c++ have cursor

Is This Answer Correct ?    5 Yes 0 No

what is the main difference between c and c++?..

Answer / debakanta rout

Actually c is a procedural programming language which
cann't face the real world problem. It has some drawback
like a global data is shared by all function and if in a
large program it is find out difficult that which function
uses which data.

On the other hand c++ is an object oriented programming
language which eliminate some pitfall of conventional or
procedural programming language. It is a concept or
approach for designing a new software. It is nothing to do
with any programming language although a programming
language which support the oops concept to make it easier
to implement.

Is This Answer Correct ?    5 Yes 0 No

what is the main difference between c and c++?..

Answer / nagendra kumar.ammisetty

c is an procedure oriented programming language.
-->c++ is an object oriented programming language.
c is low level language.
-->c++ is a high level language.
c use the #include<stdio.h> for inclusion.
-->c++ use the #include<iostream.h> for inclusion of header
files.

Is This Answer Correct ?    7 Yes 3 No

what is the main difference between c and c++?..

Answer / e.e.n. bashy

c is object procedural language but c++ is object oriented
programming language

Is This Answer Correct ?    5 Yes 1 No

what is the main difference between c and c++?..

Answer / e.e.n.bashy

c is object procedural language but c++ is object oriented
programming language

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More OOPS Interview Questions

Definition of Object Oriented Programming in single line?

33 Answers   Impact Systems, Q3 Technologies, TCS,


what is code for call by value and call by reference?

1 Answers  


when my application exe is running nad i don't want to create another exe what should i do

2 Answers   HCL,


when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,


i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.

1 Answers   Syntel,


WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 Answers  


What is encapsulation in oop?

0 Answers  


What is multilevel inheritance in oop?

0 Answers  


What is friend function?

12 Answers   Wipro,


What is extreme programming?

2 Answers  


what are the realtime excercises in C++?

0 Answers   IBM, Wipro,


monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

13 Answers   IonIdea,


Categories