What are containers in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the uses of static class data?
Show the declaration for a static function pointer.
What can c++ be used for?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
What is virtual base class?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
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
How do you print a string on the printer?
Write a c program for binary addition of two 8 bit numbers.
What is pointer -to-members in C++? Give their syntax?
Explain abstraction.
Carry out conversion of one object of user-defined type to another?