Answer Posted / 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 |
Post New Answer View All Answers
Why is null pointer used?
When does a name clash occur in c++?
What is the difference between object-oriented programming and procedural programming?
What is the difference between the functions memmove() and memcpy()?
Where the memory to the static variables is allocated?
What is a far pointer? where we use it?
What are namespaces in c++?
What is the purpose of template?
What are c++ data types?
Where do I find the current c or c++ standard documents?
What is the limitation of cin while taking input for character array?
Is linux written in c or c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Why do we use constructor?