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


why v use c++ even we have microprocessor

Answers were Sorted based on User's Feedback



why v use c++ even we have microprocessor..

Answer / rahul ghadge

Apart from being the oop lang C++ is also a HLL and in case of microprocessor v hv 2 use assembly lang which is not dat efficient 4 progrmming. Programmers life becomes easier by using c++ instead of using asm. both belongs to different generations. and c++ is later nd advanced generation. also encapsulation, abstraction, inheritance and polymorphism etc r adv in favour of c++...

Is This Answer Correct ?    14 Yes 3 No

why v use c++ even we have microprocessor..

Answer / sheena_smart

c++ is completely object orientedlanguage. Its major
concepts like data hiding, encapsukation and polymorphism
are very effective... hence v use c++....

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More C++ General Interview Questions

Brief explaination about #include<iostream.h>, cin and cout

3 Answers  


What is an operator in c++?

0 Answers  


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  


What are built-in functions? What is the syntax for the definition?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


What is tellg () in c++?

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


What is the need of a destructor? Explain with the help of an example.

0 Answers  


How do you save a c++ program?

0 Answers  


Categories