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 / micha&

C is generally used to create operating systems or to
program some electronic devices like cameras, whilst C++ is
generally used to create software like Office, Mozilla
Firefox etc.

In other worlds C is used more with hardware while C++ is
used more with software, mainly because of more abstraction
and features in C++.

Is This Answer Correct ?    43 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program that takes input in digits and display the result in words from 1 to 1000

2372


What is polymorphism and its types?

1009


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

3178


Where You Can Use Interface in your Project

1837


Why is abstraction used?

1034


Where is pseudocode used?

1033


Is abstract thinking intelligence?

982


Can you explain polymorphism?

1048


What is static modifier?

1129


class type to basic type conversion

2340


What is meant by oops concept?

991


What is an advantage of polymorphism?

1032


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

2226


What is difference between oop and pop?

1104


What is the renewal class?

2692