Why is c++ still used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are inline functions?

2 Answers   Fidelity, Verizon,


Is c++ vector a linked list?

0 Answers  


what is oops and list its features in c++?

0 Answers  


What is string in c++ programming?

0 Answers  


Can notepad ++ run c++?

0 Answers  






What are virtual constructors/destructors?

0 Answers  


What is a constructor and how is it called?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Why are pointers used?

0 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


why is c++ called oops? Explain

0 Answers  


What is double in c++?

0 Answers  


Categories