User profile: sw3bst3r

User info
User name:sw3bst3r
History
Joined:
Number of posts:1
Latest posts:

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...