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


Explain the difference between C and C++.



Explain the difference between C and C++...

Answer / padmas

The programming language C, has structural programming data types where C++ has object oriented programming structures such as class-object, with features as polymorphism, Inheritance, Data abstraction and protection that are not available in C.C++ is an extension of C but cannot be seen the differences between two.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


what is friend function in C++?

0 Answers   TCS,


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


Difference between function overloading and function overriding.

0 Answers   Alter,


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


How to generate random numbers in C++ with a range?

0 Answers  


What is a virtual function in C++?

0 Answers   C DAC,


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


explain the term 'resource acquisition is initialization'?

0 Answers   Amazon,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What are the different scope C++ provide ?

0 Answers   Amdocs,


What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


Categories