"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 data types in c++?
Explain bubble sorting.
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
When to use “const” reference arguments in a function?
Is there any difference between int [] a and int a [] in c++?
What is data binding in c++?
Explain explicit container.
Can you please explain the difference between static and dynamic binding of functions?
How many static variables are created if you put one static member into a template class definition?
What return value must conversion operators have in their declaration?
What is the purpose of templates in c++?
What is the fastest c++ compiler?
Explain differences between new() and delete()?
How did c++ get its name?
How long it will take to learn c++?