Question: Assume the following function is provided to you. bool Findinthearray(int anyArray], int anysize, int nu What is the correct way to call this function? ook)
![Assume the following function is provided to you. bool Findinthearray(int anyArray],](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66e313a6f27f9_73466e313a655d0c.jpg)
Assume the following function is provided to you. bool Findinthearray(int anyArray], int anysize, int nu What is the correct way to call this function? ook) aint anyArray[20, num; bool yes Found - findInTheArray (anyArray(0), SIZE, num); b. int x[20], num; bool yes Pound = findInTheArray (x, 20, 3); C. int anyArray[20]; bool yes Found - findInTheArray (int anyArray[20], 20, 3); d. int x[20]; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
