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 20840to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
2 5533How 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 21875design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
UBS,
6680what 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 296758
What is the keyword auto for?
What is late binding c++?
Does c++ support exception handling?
Do you know what are static and dynamic type checking?
What are references in c++? What is a local reference?
Which is not a valid keyword a) public b) protected c) guarded
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is abstraction example?
What are the comments in c++?
What is the type of this pointer in c++?
What are arithmetic operators?
What is the difference between a type-specific template friend class and a general template friend class?
Explain the difference between c & c++?
Templates mean
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h