What is the role of C++ shorthand's?


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

Post New Answer

More C++ General Interview Questions

Why do we use using namespace std in c++?

0 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


What is a linked list in c++?

0 Answers  


What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


Define a nested class. Explain how it can be useful.

0 Answers  






What is the need of a destructor?

0 Answers  


what you know about c++?

0 Answers   IBS,


class Foo { public: Foo(int i) { } }; class Bar : virtual Foo { public: Bar() { } }; Bar b; Referring to the above code, when the object 'b' is defined, a compiler error will occur. What action fixes the compiler error? a) Adding a virtual destructor to the class Bar b) Adding a constructor to Bar which takes an int parameter c) Adding "Foo()" to the Bar constructor d) Adding a copy constructor to the class Foo e) Adding "Foo(0)" to the Bar::Bar initializer list

2 Answers   Quark,


What is conversion constructor?

2 Answers   TCS,


What are vtable and vptr?

0 Answers  


What are c++ data types?

0 Answers  


What is a manipulative person?

0 Answers  


Categories