Menu

[solved] – Question 98363

Give a function template SEARCH that can be used to search an array of elements of any type and returns the index of the element, if found. Give both the function prototype and the function definition for the template. Assume a class template Array <T> is available.

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *