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++?

Answer Posted / internet

C is basic language which is helpful in learning programming
languages. But, C++ is the advancement of the C language

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not an object oriented programming language?

1037


Why do we use oop?

1169


What is oops and why we use oops?

1095


What are the two different types of polymorphism?

1197


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2342


What are the important components of cohesion?

1077


What is the main purpose of inheritance law?

1248


any one please tell me the purpose of operator overloading

2444


What is a class oop?

1057


What is inheritance in oop?

1091


Can bst contain duplicates?

1245


What is pure oop?

1168


What are the 3 pillars of oop?

1245


Which type does string inherit from?

1160


why reinterpret cast is considered dangerous?

2450