why v use c++ even we have microprocessor
Answers were Sorted based on User's Feedback
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 |
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 |
What are the three types of access specifiers in C++?
what are function pointers?
What problems might the following macro bring to the application?
What is the auto keyword good for in c++?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What c++ is used for?
What are the various storage classes in C++?
Why do we use classes in programming?
How do you initialize a class member, class x { const int i; };
Define a nested class. Explain how it can be useful.
Why is it difficult to store linked list in an array?
What size is allocated to the union variable?