#include<iostream> using namespace std; int* demo() //return type- address of integer array { static int a[5]; //array declared as static ...
確定! 回上一頁