Can we delete this pointer in c++?
What is the array and initializing arrays in c++?
What is prototype for that c string function?
What is the iunknown interface?
What do you mean by friend class & friend function in c++?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What are shallow and deep copy?
Write a Program to find the largest of 4 no using macros.
How the virtual functions maintain the call up?
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,
Which software is best for programming?
What is the difference between Char a[ ]=”string” and char *a=”String”
What is an explicit constructor?