What are the benefits of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
How would you use the functions memcpy(), memset(), memmove()?
What is slicing?
What is polymorphism and its type in c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Explain object slicing in c++?
What is a buffer c++?
Does improper inheritance have a potential to wreck a project?
What are static and dynamic type checking?
Describe the advantage of an external iterator.
What is virtual destructor ans explain its use?
What are the different types of comments allowed in c++?
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