STL (140)
OOPS (873)
C++ General (2409) write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
4 20848to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
2 5537How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
15 21913design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
UBS,
6684what is data Abstraction? and give example
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,
147 297107
What is a breakpoint?
What's the order in which the local objects are destructed?
What is polymorphism used for?
Write about the scope resolution operator?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is the difference between an external iterator and an internal iterator?
What are single and multiple inheritances in c++?
What is c++ redistributable?
Where is pseudocode used?
Explain the register storage classes in c++.
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are objects in oop?
What is type of 'this' pointer? Explain when it is get created?
What is the significance of classes in oop?
What is the purpose of ios::basefield in the following statement?