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

C gives importance to procedure. That is functions rather
than data. The main function couldnot return a value. It is
dont support c++ programme.
C++ gives importance to object that is data. The main
function should return a value. It is support c programme.
C is a procedural Language, but C++ is a object oriented
language.

* C employs top down approach, but c++ employes buttom up
approach.

* Here in C, when ever we are writing a program, the data
are not secured from the outside world. but in C++ data are
secured from the outside world.

* C give emphasis in algorithims and functions, but C++
give emphasis on the data and objects.

* In C we are using #include<stdio.h> as header file, but
in C++ we are using #include<iostream.h> as header file.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / kalyan

1) C is structured programming language , where as C++ is
Object Oriented programming language.

2) In C we declaration at begging of program,where as in c++
any where in program.

3) C has only 32 keywords ,where C++ 32 keywords pules
Public,private,protected,class.

4) C not support Exception Handling,where as C++ support
exception handling.

5) In C global variable and local variable are not
differentiate , where as in C++ differentiate using
Scope Resulation (::) operator .

Is This Answer Correct ?    0 Yes 0 No

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

Answer / nethajiprasath

c is procedural oriented language
c++ is object oriented language....
c++ add the features of
class,object,inheritence,polymorphism,operator
overloading,function overloading..
simply c++ is a extension of c

Is This Answer Correct ?    0 Yes 0 No

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

Answer / ramya priyanka

c is top down approach bcoz after creating the logic we use the data to access related to it,but in c++ bottom up approach
bcoz from the data bases we create the logic and access it.....and this is the difference between c & c++

Is This Answer Correct ?    0 Yes 0 No

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

Answer / gyanendra pandey

1-clanguage is not object orinted language but c++
is object orinted lenguage'

Is This Answer Correct ?    0 Yes 0 No

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

Answer / mahadevaswamy

c is a pop,c++ is oop.
c is use scanf func for input,while c++ use cin>>.
c is use printf func for output,while c++ use cout<<.
c comes after A,B and c++ comes after adding ++ in c.
c use #include<stdio.h> while c++ use #include<iostream.h>.
c is topdown approach and while c++ is bottom up.
c the main prg couldn't return vslue but c++ should return
value.
c++ support operator overloading but c doesn't support
overloading .

Is This Answer Correct ?    0 Yes 0 No

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

Answer / mahila

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

Is This Answer Correct ?    0 Yes 0 No

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

Answer / rumee mirza

yes what they are saying i right

Is This Answer Correct ?    0 Yes 0 No

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

Answer / rohan

The basic difference b/t c&c++ is that c uses function where as c++ uses class.
c is top down approach where as C++ uses bottom up approach.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / nishant kumar

c is a structural programming language but c++ is oops language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What are the three main types of variables?

0 Answers  


What is the highest level of cohesion?

0 Answers  


why overriding?

3 Answers  


what is the technical or oop name of object?

1 Answers  


What is a null tree?

0 Answers  


what is difference between thread and programme.

1 Answers   NCC,


what is difference between class template and template class?

0 Answers  


What is polymorphism and its types?

0 Answers  


Advantage and disadvantage of routing in telecom sector

0 Answers  


What is the types of inheritance?

0 Answers  


What is friend function?

12 Answers   Wipro,


what is the sylabus for priliminaries?

0 Answers  


Categories