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 |
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
what is difference between internet and Internet?
12 Answers College School Exams Tests, Microsoft, MIT, TCS,
Is java based off c++?
Is c++ an oop?
How much do coding jobs pay?
What is the best way to declare and define global variables?
What do you mean by static variables?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is iterator c++?
How to implement flags?
Is it possible for a member function to delete the pointer, named this?
What are the 2 main types of data structures?