What is the type of 'this' pointer?


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

Post New Answer

More C++ General Interview Questions

What is a terminating character in c++?

0 Answers  


Difference between inline functions and macros?

0 Answers  


Why do we use vector in c++?

0 Answers  


how to swap two numbers with out using temp variable

12 Answers   Global eProcure, TCS,


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,






Is c++ an oop?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  


what is data Abstraction? and give example

147 Answers   Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,


What is a namespace in c++?

0 Answers  


What does return 0 do in c++?

0 Answers  


What is the object serialization?

0 Answers  


What are libraries in c++?

0 Answers  


Categories