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 20822to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
2 5521How 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 21798design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
UBS,
6676what 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 296111
What is a friend function in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What does <> mean pseudocode?
What do you mean by inheritance in c++?
Explain the benefits of proper inheritance.
Is atoi safe?
Why do we use vector in c++?
Which is not a valid keyword a) public b) protected c) guarded
What are the differences between new and malloc?
How many types of classes are there in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Difference between overloaded functions and overridden functions
Is c++ a pure oop language?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
How do you initialize a string in c++?