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 |
In which memory a class gets stored(in heap /in stack)? And why??
What is the main purpose of overloading operators?
What is time_t c++?
When does a name clash occur?
Specify different types of decision control statements?
What are static variables?
Explain about vectors in c ++?
Is c++ used anymore?
Should you pass exceptions by value or by reference?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What gives the current position of the put pointer?
What is dynamic and static typing?