Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
No Answer is Posted For this Question
Be the First to Post Answer
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
What are the various situations where a copy constructor is invoked?
When does a name clash occur in c++?
What is class invariant in c++?
What is the purpose of template?
What happens when a function throws an exception that was not specified by an exception specification for this function?
What is static class data?
Is it possible to provide default values while overloading a binary operator?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
How would you implement a substr() function that extracts a sub string from a given string?
What are arithmetic operators?