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

What does I ++ mean in c++?

0 Answers  


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

0 Answers  


Is c++ a good beginners programming language?

0 Answers  


Can circle be called an ellipse?

0 Answers  


Can I make ios apps with c++?

0 Answers  






What is the difference between global variables and static varables?

0 Answers  


How would you use the functions sin(), pow(), sqrt()?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


How a new operator differs from the operator new?

0 Answers  


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

0 Answers  


What is a down cast?

0 Answers  


What is cout flush?

0 Answers  


Categories