What is a manipulator in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using a pointer?
What is a v-table?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Show the declaration for a static member variable.
What are the two main components of c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Why c++ is better than c language?
Difference between Overloading and Overriding?
35 Answers Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
What is cloning?
Explain static and dynamic memory allocation with an example each.
Explain the use of virtual destructor?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?