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 the c++ and c languages

Answers were Sorted based on User's Feedback



difference between the c++ and c languages ..

Answer / thana_8889

c has no object but c++ has object
c topdown approach c++ bottom up approach
c cannot be overloading c++ we can do
c is the subset of c++

Is This Answer Correct ?    15 Yes 0 No

difference between the c++ and c languages ..

Answer / raj&

<c is based pop principals
>c++ is based oops principals
<(<c
>c++)

Is This Answer Correct ?    1 Yes 0 No

difference between the c++ and c languages ..

Answer / achal

c++ is quite different from c. Here I add to above answer.
1. C++ has more rigid typecasing rules while c does not.
2. In C, structure copy is not permissible while most c++
compilers provide default copy constructors.

Is This Answer Correct ?    3 Yes 3 No

difference between the c++ and c languages ..

Answer / jaya

in c data hiding is not possible and we have to write
complete program at a time.whereas in c++ data hiding is
possible and one can divide a huge program into certain
small programs later combine it into one as per one's
choice.moreover we hav header file different.eg:<stdio.h>
in c supports printf & scanf statements while <iostearm.h>
in c++ supports cout statements......

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How do you define/declare constants in c++?

0 Answers  


Tell me can a pure virtual function have an implementation?

0 Answers  


program to print this triangle * * * * * *

12 Answers   Infosys,


What causes a runtime error c++?

0 Answers  


Explain the concept of inheritance in C++.

3 Answers  


Why do C++ compilers need name mangling?

3 Answers   Lucent,


Explain the difference between c++ and java.

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  


What is the difference between new/delete and malloc/free?

1 Answers  


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,


Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply

3 Answers  


what is data Abstraction

2 Answers  


Categories