#include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ void changevalue(int a); void changearray(int b[], int length); int main(int argc, char** argv) { //1.傳值呼叫 int a = 1; cout<<"(before) a = "<