Will c++ be replaced?


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

Post New Answer

More C++ General Interview Questions

what is the use of templates?

3 Answers  


What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


What is the use of ::(scope resolution operator)?

0 Answers  


Tell me difference between constant pointer and pointer to a constant.

0 Answers   Honeywell, Zomato,


How to give an alternate name to a namespace?

0 Answers  






What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


What is the difference between reference type and pointers.

4 Answers   HCL,


what is C++ objects?

0 Answers  


What is the importance of mutable keyword?

0 Answers  


Why namespace is used in c++?

0 Answers  


What is size_type?

0 Answers  


Describe the syntax of single inheritance in C++?

0 Answers   Fidelity,


Categories