"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"
Answer Posted / a
a
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What are the advantages of using const reference arguments in a function?
Is java based off c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is the benefit of encapsulation?
Explain polymorphism?
Can we use struct in c++?
To which numbering system can the binary number 1101100100111100 be easily converted to?
How the programmer of a class should decide whether to declare member function or a friend function?
Explain differences between alloc() and free()?
What are put and get pointers?
Why are pointers not used in c++?
What is private inheritance?
How does c++ sort work?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is the difference between function overloading and operator overloading?