What is the type of 'this' pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is a terminating character in c++?
Difference between inline functions and macros?
Why do we use vector in c++?
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;
Is c++ an oop?
In the derived class, which data member of the base class are visible?
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++?
What does return 0 do in c++?
What is the object serialization?
What are libraries in c++?