Why does this code return "3, 5" when the array is not called by reference?#include <iostream> using namespace std; int searchlist(int list[],int n,int value, int foundI...