What is data abstraction? How is it different from data encapsulation?
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
What is the difference between public, private, protected inheritance?
What are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
Define linked lists with the help of an example.
What is a namespace in c++?
what are prototypes
What is algorithm in c++ programming?
What is an adaptor class or wrapper class in c++?
Why do we use setw in c++?
Explain the ISA and HASA class relationships. How would you implement each in a class design?
When to use Multiple Inheritance?
difference between the c++ and c languages