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 / priya

c language is top to bottom approach whereas c++ is bottom
to top approach

Is This Answer Correct ?    0 Yes 0 No

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

Answer / s prasanna kumar

C C++

DATA IS NOT SECURED SECURED

TOP DOWN BOTTOM-UP

FOCUS ON PROCEDURES FOCUS ON DATA

PROGRAMS ARE DECOMPOSED INTO OBJECTS
INTO FUNCTIONS

allocation is done NEW OPERATOR
with malloc statement

UNOINS AND ENUMS AVALIABLE
ARE NOT AVALIABLE

DOES NOT PROVIDE PROVIDES
DEFAULT ARGUMENTS

Is This Answer Correct ?    0 Yes 0 No

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

Answer / pavankumarreddy

c is an object based language where as c++ is an object
oriendted languague. c doesnot supports oops concept,c++
supports oops.
in c there is no cocept of operator overloading, where as
it is in c++.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / viji

C is the main of the came for c++,java.It is must important
to the c.C is doesn't support overloding.But c++ support
overloading.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / vignesh

Anish is a psycho....

Is This Answer Correct ?    1 Yes 1 No

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

Answer /

c is like coffee
but c++ is like coffee with extra sugar

Is This Answer Correct ?    1 Yes 1 No

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

Answer / amit chidrewar

data abstraction and data encapsulation not present in c
while these are features of c++.Moreover emphasis are doing
on procedures in c while in c++ emphasis is dealing in
objects.Inheritance,polymorphism not present in c.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / chandan seta

In c we use #include<stdio.h> but in c++ we use
#include<iostream.h>

Is This Answer Correct ?    0 Yes 0 No

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

Answer / vaijayanthimala

c is a procedure oriented language and give importants to
procedure that is fuction rather than data.c is a middle
level language.
c++ is a object oriented language and give importants to
object that is data.c++ is high level language.
c does not provide class / object concept
c++ provides encapsulation ,data abstraction,polymorphism..
In c passing a value to a function is "call by value "
where c++ its " call by reference".
c is top to bottom programming approch.
c++ is bottom to top programmong approach.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / annie

1)C is procedure oriented language whereas c++ is object
oriented language.
2)C uses top down approach whereas c++ uses bottom up approach.
3)We can declare variables in the body of main() at the
beginning whereas we can declare variables anytime in c++
when we want to use them.
4)There is no concept of operator overloading in c whereas
there is a concept of operator overloading in c++.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Describe the difference between a Thread and a Process?

11 Answers   Siebel Systems,


which is best institute to learn c,c++ in ameerpet hyderabad

1 Answers  


Can a destructor be called directly?

0 Answers  


What is the difference between the c++ & java?

2 Answers  


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


Why do we use class?

0 Answers  


Whatis the difference between oop and object based language

3 Answers  


What is encapsulation oop?

0 Answers  


What are the advantages of inheritance?

26 Answers   IBS, TCS,


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

0 Answers  


How to call a non virtual function in the derived class by using base class pointer

3 Answers   HCL,


Categories