Hello, can anybody help me solving my programming problem?
how do i return 'arr2' and then call 'arr2' from another function?
Thanks in advance, oh and by the way i'm using Dev-C++
Here is my code...
#include <iostream>
#include <iomanip>
void bhg1();
int main()
{
bhg1();
int...